asMATileOverlay method

Future<MATileOverlay> asMATileOverlay ()
inherited

Implementation

Future<MATileOverlay> asMATileOverlay() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asMATileOverlay', {'refId': refId});
  return MATileOverlay()..refId = result;
}