BMFPoiSearchResult class

POI检索结果类,城市检索、周边检索、矩形区域检索服务都使用此结果类。

Inheritance

Constructors

BMFPoiSearchResult({int? totalPageNum, int? curPageIndex, int? totalPOINum, int? curPOINum, List<BMFPoiInfo>? poiInfoList})
BMFPoiSearchResult构造方法
BMFPoiSearchResult.fromMap(Map map)
map => BMFPoiSearchResult

Properties

curPageIndex ↔ int?
符合条件的检索结果总页数
read / write
curPOINum ↔ int?
当前页的页数索引
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
id → String
getter方法 用于区分不同搜索结果
read-onlyinherited
poiInfoList ↔ List<BMFPoiInfo>?
POI列表,成员是BMFPoiInfo
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
totalPageNum ↔ int?
符合条件的检索结果总个数
read / write
totalPOINum ↔ int?
当前页的结果个数
read / write

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