BMFReverseGeoCodeSearchResult constructor
- {BMFCoordinate location,
- String address,
- String businessCircle,
- BMFAddressComponent addressDetail,
- int confidence,
- List<
BMFPoiInfo> poiList, - List<
BMFSearchRGCRegionInfo> poiRegions, - String sematicDescription}
有参构造
Implementation
BMFReverseGeoCodeSearchResult(
{this.location,
this.address,
this.businessCircle,
this.addressDetail,
this.confidence,
this.poiList,
this.poiRegions,
this.sematicDescription});