PolygonSearchEntityOption class

多边形搜索:根据设定的多边形进行搜索

Inheritance

Constructors

PolygonSearchEntityOption({@required int tag, @required int serviceId, @required List<LatLng> vertexes, CoordType coordTypeInput: CoordType.BD09LL, SearchFilterCondition searchFilterCondition, SortBy sortBy, CoordType coordType: CoordType.BD09LL, int pageIndex: 1, int pageSize: 100})
PolygonSearchEntityOption.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
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
vertexes ↔ List<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