BMFPoiIndoorSearchOption class

室内POI检索

Constructors

BMFPoiIndoorSearchOption({@required String indoorID, @required String keyword, String floor, int pageIndex: 0, int pageSize: 10})
有参构造
BMFPoiIndoorSearchOption.fromMap(Map map)
map => BMFPoiIndoorSearchOption

Properties

floor ↔ String
楼层(可选),设置后,会优先获取该楼层的室内POI,然后是其它楼层的。如“F3”,"B3"等。
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
indoorID ↔ String
室内检索唯一标识符,必选 注:从进入/移出室内图的回调方法中获取。
read / write
keyword ↔ String
室内检索关键字,必选
read / write
pageIndex ↔ int
分页页码,默认为0,0代表第一页,1代表第二页,以此类推
read / write
pageSize ↔ int
单次召回POI数量,默认为10条记录,最大返回20条。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
toString() → String
Returns a string representation of this object.
inherited

Operators

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