PoiResult class
Constructors
Properties
- bound ↔ SearchBound?
-
搜索边界
Android
getter/setter pair - hashCode → int
-
The hash code for this object.
no setteroverride
- pageCount ↔ int?
-
返回的POI数目
Android, iOS
getter/setter pair -
pois
↔ List<
PoiItem> ? -
POI结果,AMapPOI 数组
Android, iOS
getter/setter pair - query ↔ Query?
-
请求参数
Android
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchSuggestionCitys
↔ List<
SuggestionCity> ? -
城市建议列表
Android, iOS
getter/setter pair -
searchSuggestionKeywords
↔ List<
String> ? -
关键字建议列表
Android, iOS
getter/setter pair
Methods
-
copyWith(
{int? pageCount, List< PoiItem> ? pois, Query? query, List<SuggestionCity> ? searchSuggestionCitys, List<String> ? searchSuggestionKeywords}) → PoiResult -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override