isKindOfMAUserLocation method
inherited
Implementation
Future<bool> isKindOfMAUserLocation() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::isKindOfMAUserLocation', {'refId': refId});
return result;
}