set_center method

Future<void> set_center(
  1. CLLocationCoordinate2D center
)

Implementation

Future<void> set_center(CLLocationCoordinate2D center) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKCoordinateRegion::set_center', <String, dynamic>{'__this__': this, "center": center});


}