BMFCustomMapStyleOption class
在线个性化样式配置选项
Constructors
- BMFCustomMapStyleOption({@required String customMapStyleID, String customMapStyleFilePath})
- BMFCustomMapStyleOption构造方法
- BMFCustomMapStyleOption.fromMap(Map map)
- map => BMFCustomMapStyleOption
Properties
- customMapStyleFilePath ↔ String
-
个性化地图文件路径,通过id加载失败时,将会从本地加载此路径下的个性化样式
read / write
- customMapStyleID ↔ String
-
个性化地图样式ID,可从百度地图开放平台控制台http://lbsyun.baidu.com/apiconsole/custommap获取个性化样式ID [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> - model -> map
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited