PoiSearchQuery class

Constructors

PoiSearchQuery({String? query, String? city, String? category, String? building, int? pageNum = 1, int? pageSize = 20, bool? cityLimit = false, bool? requireSubPois = false, bool? distanceSort = true, LatLng? location, bool? requireExtension = false, SearchBound? searchBound})

Properties

building String?
待查询建筑物的标识 Android, iOS
final
category String?
待查分类组合 Android, iOS
final
city String?
待查城市(地区)的电话区号 Android, iOS
final
cityLimit bool?
是否严格按照设定城市搜索 Android, iOS
final
distanceSort bool?
是否按照距离排序 Android, iOS
final
hashCode int
The hash code for this object.
no setterinherited
location LatLng?
设置的经纬度 iOS
final
pageNum int?
设置查询的是第几页,从0开始 Android, iOS
final
pageSize int?
设置的查询页面的结果数目 Android, iOS
final
query String?
Android: 查询字符串,多个关键字用“|”分割
final
requireExtension bool?
是否需要扩展信息 iOS
final
requireSubPois bool?
是否按照父子关系展示POI Android, iOS
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBound SearchBound?
搜索边界, 周边搜索用 Android
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJsonString() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited