asMAMapPoint method

Future<MAMapPoint> asMAMapPoint ()
inherited

Implementation

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