get_longitude method

Future<double?> get_longitude()

Implementation

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