getCoordinateTypeUsedInBaiduMapSDK static method

Future<BMK_COORD_TYPE?> getCoordinateTypeUsedInBaiduMapSDK()

Implementation

static Future<BMK_COORD_TYPE?> getCoordinateTypeUsedInBaiduMapSDK() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: BMKMapManager::getCoordinateTypeUsedInBaiduMapSDK([])');
  }

  // invoke native method
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod('BMKMapManager::getCoordinateTypeUsedInBaiduMapSDK', );


  // handle native call


  return (__result__ as int).toBMK_COORD_TYPE();
}