org.chenillekit.google.utils.geocode
Class AddressDetails
java.lang.Object
org.chenillekit.google.utils.geocode.AddressDetails
public class AddressDetails
- extends Object
- Version:
- $Id: AddressDetails.java 351 2008-11-25 12:40:18Z homburgs $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressDetails
public AddressDetails(JSONObject json)
getAccuracy
public int getAccuracy()
getAdministrativeAreaName
public String getAdministrativeAreaName()
getDependentLocalityName
public String getDependentLocalityName()
getPostalCodeNumber
public String getPostalCodeNumber()
getThoroughfareName
public String getThoroughfareName()
getLocalityName
public String getLocalityName()
getSubAdministrativeAreaName
public String getSubAdministrativeAreaName()
getCountryNameCode
public String getCountryNameCode()
getValue
public Object getValue(JSONObject jsonObject,
String... keys)
Copyright © 2008-2011 ChenilleKit. All Rights Reserved.