public class ReverseGeoCodeResult extends SearchResult
| Modifier and Type | Class and Description |
|---|---|
static class |
ReverseGeoCodeResult.AddressComponent
此类表示地址解析结果的层次化地址信息。
|
SearchResult.ERRORNO| Modifier and Type | Field and Description |
|---|---|
static |
CREATOR |
error| Modifier | Constructor and Description |
|---|---|
protected |
ReverseGeoCodeResult(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getAddress()
简要地址信息
|
ReverseGeoCodeResult.AddressComponent |
getAddressDetail()
层次化地址信息
|
java.lang.String |
getBusinessCircle()
位置所属商圈名称
|
LatLng |
getLocation()
位置坐标
|
java.util.List<PoiInfo> |
getPoiList()
位置附近的POI信息
|
void |
writeToParcel(Parcel dest,
int flags) |
public java.lang.String getBusinessCircle()
public java.lang.String getAddress()
public ReverseGeoCodeResult.AddressComponent getAddressDetail()
public LatLng getLocation()
public java.util.List<PoiInfo> getPoiList()
public int describeContents()
describeContents in class SearchResultpublic void writeToParcel(Parcel dest,
int flags)
writeToParcel in class SearchResult