set_locatingWithReGeocode method

Future<void> set_locatingWithReGeocode(
  1. bool locatingWithReGeocode
)

Implementation

Future<void> set_locatingWithReGeocode(bool locatingWithReGeocode) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::set_locatingWithReGeocode', <String, dynamic>{'__this__': this, "locatingWithReGeocode": locatingWithReGeocode});
}