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