get_AOIName method

Future<String?> get_AOIName()

Implementation

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