get_latitude method

Future<double?> get_latitude()

Implementation

Future<double?> get_latitude() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationPoint::get_latitude", {'__this__': this});
  return __result__;
}