public class GeoCodeResult extends AbsGeoCodeResult
限定符和类型 | 字段和说明 |
---|---|
static <any> |
CREATOR |
errorCode, errorMsg
构造器和说明 |
---|
GeoCodeResult() |
GeoCodeResult(Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
void |
addGeoInfo(GeoInfo info)
添加一个Geo数据
|
int |
describeContents() |
java.util.List<GeoInfo> |
getGeoInfos()
获取Geo数据
|
void |
setGeoInfos(java.util.List<GeoInfo> infos)
设置Geo数据
|
void |
writeToParcel(Parcel dest,
int flags) |
public void setGeoInfos(java.util.List<GeoInfo> infos)
infos
- Geo数据列表public void addGeoInfo(GeoInfo info)
info
- Geo数据public java.util.List<GeoInfo> getGeoInfos()
public int describeContents()
android.os.Parcelable#describeContents()
public void writeToParcel(Parcel dest, int flags)
android.os.Parcelable#writeToParcel(android.os.Parcel, int)