BMFPoiIndoorSearchResult class
POI室内搜索结果类
- Inheritance
-
- Object
- BMFSearch
- BMFPoiIndoorSearchResult
Constructors
-
BMFPoiIndoorSearchResult({int? totalPOINum, int? totalPageNum, int? curPOINum, int? curPageIndex, List<
BMFPoiIndoorInfo> ? 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-onlyinherited
- id → String
-
getter方法 用于区分不同搜索结果
read-onlyinherited
-
poiIndoorInfoList
↔ List<
BMFPoiIndoorInfo> ? -
室内POI列表,成员是BMFPoiIndoorInfo
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