TIMReverseGeoCodeSearchResult constructor

TIMReverseGeoCodeSearchResult({
  1. TIMCoordinate? location,
  2. String? address,
  3. TIMAddressComponent? addressDetail,
  4. List<TIMPoiInfo>? poiList,
  5. String? semanticDescription,
})

Constructor of TIMReverseGeoCodeSearchResult / 有参构造

Implementation

TIMReverseGeoCodeSearchResult({
  this.location,
      this.address,
      this.addressDetail,
      this.poiList,
      this.semanticDescription,
  });