get_origin method

Future<BMKMapPoint?> get_origin()

Implementation

Future<BMKMapPoint?> get_origin() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKMapRect::get_origin", {'__this__': this});
  return BmapCoreFluttifyIOSAs<BMKMapPoint>(__result__);
}