set_northEast method

Future<void> set_northEast(
  1. CLLocationCoordinate2D? northEast
)

Implementation

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