get_span method

Future<BMKCoordinateSpan?> get_span()

Implementation

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