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