getCoordinateTypeUsedInBaiduMapSDK_batch static method

Future<List<BMK_COORD_TYPE?>> getCoordinateTypeUsedInBaiduMapSDK_batch()

Implementation

static Future<List<BMK_COORD_TYPE?>> getCoordinateTypeUsedInBaiduMapSDK_batch() async {
  assert(true);

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


  return (resultBatch as List).map((__result__) => (__result__ as int).toBMK_COORD_TYPE()).cast<BMK_COORD_TYPE?>().toList();
}