BMFPoiIndoorSearchResult class Null safety

POI室内搜索结果类

Constructors

BMFPoiIndoorSearchResult({int? totalPOINum, int? totalPageNum, int? curPOINum, int? curPageIndex, List? poiIndoorInfoList})
有参构造
BMFPoiIndoorSearchResult.fromMap(Map map)
map => BMFPoiIndoorSearchResult

Properties

curPageIndex ↔ int?
当前页的页数索引
read / write
curPOINum ↔ int?
当前页的结果个数
read / write
hashCode → int
The hash code for this object.
read-only, inherited
poiIndoorInfoList ↔ List?
室内POI列表,成员是BMFPoiIndoorInfo
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