org.chenillekit.google.utils
Class GeoCodeLocation
java.lang.Object
org.chenillekit.google.utils.GeoCodeLocation
- All Implemented Interfaces:
- Serializable
public class GeoCodeLocation
- extends Object
- implements Serializable
simple class to hold a location for geocoding.
- Version:
- $Id: GeoCodeLocation.java 471 2009-05-09 09:28:38Z homburgs $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoCodeLocation
public GeoCodeLocation()
GeoCodeLocation
public GeoCodeLocation(String street,
String country,
String state,
String zipCode,
String city)
GeoCodeLocation
public GeoCodeLocation(Locale locale,
String street,
String country,
String state,
String zipCode,
String city)
getStreet
public String getStreet()
setStreet
public void setStreet(String street)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getState
public String getState()
setState
public void setState(String state)
getZipCode
public String getZipCode()
setZipCode
public void setZipCode(String zipCode)
getCity
public String getCity()
setCity
public void setCity(String city)
getLocale
public Locale getLocale()
setLocale
public void setLocale(Locale locale)
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.