set_southWest method

Future<void> set_southWest(
  1. CLLocationCoordinate2D southWest
)

Implementation

Future<void> set_southWest(CLLocationCoordinate2D southWest) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKCoordinateBounds::set_southWest', <String, dynamic>{'__this__': this, "southWest": southWest});


}