TIMReverseGeoCodeSearchResult class
The result class of the reverse query according to the coordinate / 根据地理坐标反向查询结果类
- Implemented types
Constructors
-
TIMReverseGeoCodeSearchResult({TIMCoordinate? location, String? address, TIMAddressComponent? addressDetail, List<
TIMPoiInfo> ? poiList, String? semanticDescription}) - Constructor of TIMReverseGeoCodeSearchResult / 有参构造
- TIMReverseGeoCodeSearchResult.fromMap(Map map)
- map => TIMReverseGeoCodeSearchResult
Properties
- address ↔ String?
-
Full address / 地址
getter/setter pair
- addressDetail ↔ TIMAddressComponent?
-
Hierarchical address information / 层次化地址信息
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ TIMCoordinate?
-
Coordinate / 地址坐标
getter/setter pair
-
poiList
↔ List<
TIMPoiInfo> ? -
POI information list around the searched address. Member type is TIMPoiInfo. / 地址周边POI信息,成员类型为TIMPoiInfo
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticDescription ↔ String?
-
Semantic result description of current POI location, used as the address name. Such as "100m south of the The Quarter Library, inside the Camperdown campus of the University of Sydney".
结合当前位置POI的语义化结果描述, 用于地址名称字段。例如"腾讯大厦内,招行信息研发大厦附近18米"。
getter/setter pair
Methods
-
fromMap(
Map map) → dynamic -
map -> dynamic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
model -> map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited