BMFReverseGeoCodeSearchResult constructor

BMFReverseGeoCodeSearchResult(
  1. {BMFCoordinate location,
  2. String address,
  3. String businessCircle,
  4. BMFAddressComponent addressDetail,
  5. int confidence,
  6. List<BMFPoiInfo> poiList,
  7. List<BMFSearchRGCRegionInfo> poiRegions,
  8. String sematicDescription}
)

有参构造

Implementation

BMFReverseGeoCodeSearchResult(
    {this.location,
    this.address,
    this.businessCircle,
    this.addressDetail,
    this.confidence,
    this.poiList,
    this.poiRegions,
    this.sematicDescription});