BMFAOISearchOption class

地图AOI搜索参数

Inheritance

Constructors

BMFAOISearchOption({required String locations})
有参构造
BMFAOISearchOption.fromMap(Map map)
map => BMFAOISearchOption

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
id → String
getter方法 用于区分不同搜索结果
read-onlyinherited
locations ↔ String
经纬度数组字符串 (必选) 注意以下两点: 多个经纬度之间以 ; 号分割 经纬度类型必须为 bd09ll eg: 116.31380,40.07445;116.31087,40.07361
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited