BoundSearchEntityOption class

矩形搜索:根据矩形地理范围和筛选条件进行搜索

Inheritance

Constructors

BoundSearchEntityOption({@required int tag, @required int serviceId, @required LatLng lowerLeft, @required LatLng upperRight, CoordType coordTypeInput: CoordType.BD09LL, SearchFilterCondition searchFilterCondition, SortBy sortBy, CoordType coordType: CoordType.BD09LL, int pageIndex: 1, int pageSize: 100})
BoundSearchEntityOption.fromMap(Map map)

Properties

coordType CoordType
返回结果的坐标类型,默认为百度经纬度
read / write, inherited
coordTypeInput CoordType
矩形坐标类型,默认为百度经纬度
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
isCanceled ↔ bool
是否取消请求 (android)
read / write, inherited
lowerLeft LatLng
矩形区域左下角坐标
read / write
pageIndex ↔ int
分页索引,默认值为1
read / write, inherited
pageSize ↔ int
分页大小,默认值为100
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
searchFilterCondition SearchFilterCondition
过滤条件
read / write, inherited
serviceId ↔ int
鹰眼服务ID 必填
read / write, inherited
sortBy SortBy
排序方法,该字段在查询EntityList(EntityListRequest)时无效
read / write, inherited
tag ↔ int
请求标识 必填
read / write, inherited
upperRight LatLng
矩形区域右上角
read / write

Methods

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

Operators

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