TIMReverseGeoCodeSearchResult constructor
TIMReverseGeoCodeSearchResult({
- TIMCoordinate? location,
- String? address,
- TIMAddressComponent? addressDetail,
- List<
TIMPoiInfo> ? poiList, - String? semanticDescription,
Constructor of TIMReverseGeoCodeSearchResult / 有参构造
Implementation
TIMReverseGeoCodeSearchResult({
this.location,
this.address,
this.addressDetail,
this.poiList,
this.semanticDescription,
});