BMFPoiNearbySearchOption class

POI周边检索

Constructors

BMFPoiNearbySearchOption({@required List<String> keywords, List<String> tags, @required BMFCoordinate location, int radius, bool isRadiusLimit: false, BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION, BMFPoiSearchFilter filter, int pageIndex: 0, int pageSize: 10})
有参构造
BMFPoiNearbySearchOption.fromMap(Map map)
map => BMFPoiNearbySearchOption

Properties

filter BMFPoiSearchFilter
检索过滤条件。scope字段为BMFPoiSearchScopeType.DETAIL_INFORMATION时,filter字段才有效
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
isRadiusLimit ↔ bool
是否严格限定召回结果在设置检索半径范围内。默认值为false。 [...]
read / write
keywords ↔ List<String>
检索关键字,必选。 [...]
read / write
location ↔ BMFCoordinate
检索中心点的经纬度,必选
read / write
pageIndex ↔ int
分页页码,默认为0,0代表第一页,1代表第二页,以此类推
read / write
pageSize ↔ int
单次召回POI数量,默认为10条记录,最大返回20条。
read / write
radius ↔ int
检索半径,可选,单位是米。 [...]
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