BMFPoiBoundSearchOption class

POI矩形区域检索

Constructors

BMFPoiBoundSearchOption({@required List<String> keywords, List<String> tags, @required BMFCoordinate leftBottom, @required BMFCoordinate rightTop, BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION, BMFPoiSearchFilter filter, int pageIndex: 0, int pageSize: 10})
有参构造
BMFPoiBoundSearchOption.fromMap(Map map)
map => BMFPoiBoundSearchOption

Properties

filter BMFPoiSearchFilter
检索过滤条件。scope字段为BMFPoiSearchScopeType.DETAIL_INFORMATION时,filter字段才有效
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
keywords ↔ List<String>
检索关键字,必选。 [...]
read / write
leftBottom ↔ BMFCoordinate
矩形检索区域的左下角经纬度坐标,必选
read / write
pageIndex ↔ int
分页页码,默认为0,0代表第一页,1代表第二页,以此类推
read / write
pageSize ↔ int
单次召回POI数量,默认为10条记录,最大返回20条。
read / write
rightTop ↔ BMFCoordinate
矩形检索区域的右上角经纬度坐标,必选
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
scope BMFPoiSearchScopeType
检索结果详细程度 默认为BMFPoiSearchScopeType.BASIC_INFORMATION
read / write
tags ↔ List<String>
检索分类,可选。 [...]
read / write

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