BMFCustomMapStyleOption class

在线个性化样式配置选项

Implemented types
  • BMFModel

Constructors

BMFCustomMapStyleOption({@required String customMapStyleID, String customMapStyleFilePath})
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

customMapStyleOption() BMFCustomMapStyleOption
fromMap(Map map) → dynamic
map -> dynamic
override
toMap() → Map<String, Object>
model -> map
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited