interface AMapLocationReGeocode {
    addressComponent: AddressComponent;
    aois: ArrayList<AoiItem>;
    pois: ArrayList<PoiItem>;
}

Properties

addressComponent: AddressComponent
aois: ArrayList<AoiItem>
pois: ArrayList<PoiItem>

Generated using TypeDoc