GeocoderResult
interface GeocoderResult {
address?: string;
addressComponents?: AddressComponent;
business?: string;
point?: Point;
surroundingPois?: LocalResultPoi[];
}
address?: string;
addressComponents?: AddressComponent;
business?: string;
point?: Point;
surroundingPois?: LocalResultPoi[];
}
此类表示Geocoder的地址解析结果。它在地址解析的回调函数的参数中返回,不可实例化。