BMFPoiSearchResult class Null safety

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

Constructors

BMFPoiSearchResult({int? totalPageNum, int? curPageIndex, int? totalPOINum, int? curPOINum, List? 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-only, inherited
poiInfoList ↔ List?
POI列表,成员是BMFPoiInfo
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
totalPageNum ↔ int?
符合条件的检索结果总个数
read / write
totalPOINum ↔ int?
当前页的结果个数
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