get_northEast method

Future<CLLocationCoordinate2D?> get_northEast()

Implementation

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