get_center method

Implementation

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