get_latitudeE6 method

Future<int?> get_latitudeE6()

Implementation

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