get_location method

Future<AMapLocationPoint?> get_location()

Implementation

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