get_longitudeDelta_batch method

Future<List<double?>> get_longitudeDelta_batch()

Implementation

Future<List<double?>> get_longitudeDelta_batch() async {
  final resultBatch = await kBmapCoreFluttifyChannel.invokeMethod("BMKCoordinateSpan::get_longitudeDelta_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => __result__).cast<double?>().toList();
}