BMFPoiBoundSearchOption class Null safety

POI矩形区域检索

Constructors

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

Properties

extensionsAdcode ↔ bool?
可选。是否召回国标行政区划编码,默认false:不召回。since 3.3.0
read / write
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 ↔ dynamic
矩形检索区域的左下角经纬度坐标,必选
read / write
pageIndex ↔ int?
分页页码,默认为0,0代表第一页,1代表第二页,以此类推
read / write
pageSize ↔ int?
单次召回POI数量,默认为10条记录,最大返回20条。
read / write
rightTop ↔ dynamic
矩形检索区域的右上角经纬度坐标,必选
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
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