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