setCustomMapStyle abstract method

Future<void> setCustomMapStyle({
  1. String styleDataPath,
  2. String styleExtraPath,
  3. String texturePath,
})

自定义地图

三个参数对应自定义地图压缩包内的三个文件

Implementation

Future<void> setCustomMapStyle({
  String styleDataPath,
  String styleExtraPath,
  String texturePath,
});