get_latitudeDelta method

Future<double?> get_latitudeDelta()

Implementation

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