BMFPoiDetailSearchOption class Null safety

POI详情检索信息类

Constructors

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

Properties

extensionsAdcode ↔ bool?
可选。是否召回国标行政区划编码,默认false:不召回。since 3.3.0
read / write
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

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