KeyWordSearchEntityOption class
搜索entity:根据关键字及过滤条件进行搜索
- Inheritance
 - Object
 - CommonSearchOption
 - KeyWordSearchEntityOption
 
Constructors
- KeyWordSearchEntityOption({@required int tag, @required int serviceId, @required String keyword, SearchFilterCondition searchFilterCondition, SortBy sortBy, CoordType coordType: CoordType.BD09LL, int pageIndex: 1, int pageSize: 100})
 - KeyWordSearchEntityOption.fromMap(Map map)
 
Properties
- coordType ↔ CoordType
 - 
          返回结果的坐标类型,默认为百度经纬度 
                  read / write, inherited
 - hashCode → int
 - 
          The hash code for this object. [...]
                  read-only, inherited
 - isCanceled ↔ bool
 - 
          是否取消请求 (android) 
                  read / write, inherited
 - keyword ↔ String
 - 
          搜索关键字,目前仅支持模糊检索entityName和entityDesc字段, keyword为空时检索全部 
                  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
 
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