LayerExtension extension
地图图层
Methods
-
getPoiTagEnable(
BMFPoiTagType type) → Future< bool> -
Available on BMFMapController, provided by the LayerExtension extension
获取是否展示底图poi标签 since 3.4.0 -
setPoiTagEnableAndPoiTagType(
bool enable, BMFPoiTagType type) → Future< bool> -
Available on BMFMapController, provided by the LayerExtension extension
设置是否展示底图poi标签 since 3.4.0 -
switchLayerOrder(
BMFLayerType layer, BMFLayerType otherLayer) → Future< bool> -
Available on BMFMapController, provided by the LayerExtension extension
地图交换图层顺序 since 3.6.0 layer 其中一个图层 otherLayer 另一个图层 -
switchOverlayLayerAndPOILayer(
bool isSwitch) → Future< bool> -
Available on BMFMapController, provided by the LayerExtension extension
地图overlay图层与POI图层交换位置 since 3.2.0