EntityListSearchOption class
查询EntityList请求参数
- Inheritance
 - Object
 - CommonSearchOption
 - EntityListSearchOption
 
Constructors
- EntityListSearchOption({@required int tag, @required int serviceId, SearchFilterCondition searchFilterCondition, SortBy sortBy, CoordType coordType: CoordType.BD09LL, int pageIndex: 1, int pageSize: 100})
 - 有参构造
 - EntityListSearchOption.fromMap(Map map)
 - map => EntityListSearchOption
 
Properties
- coordType ↔ CoordType
 - 
          返回结果的坐标类型,默认为百度经纬度 
                  read / write, inherited
 - 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
 
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