BMFPoiDetailSearchOption class

POI详情检索信息类

Constructors

BMFPoiDetailSearchOption({@required List<String> poiUIDs, BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION})
有参构造
BMFPoiDetailSearchOption.fromMap(Map map)
map => BMFPoiDetailSearchOption

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
poiUIDs ↔ List<String>
POI的唯一标识符集合,必选 注:从POI检索的返回结果BMFPoiInfo里获取。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
scope BMFPoiSearchScopeType
检索结果详细程度 默认为BMFPoiSearchScopeType.BASIC_INFORMATION
read / write

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