Package org.onebusaway.geocoder.impl
Class GoogleGeocoderResult
- java.lang.Object
-
- org.onebusaway.geocoder.model.GeocoderResult
-
- org.onebusaway.geocoder.impl.GoogleGeocoderResult
-
- All Implemented Interfaces:
Serializable
public class GoogleGeocoderResult extends GeocoderResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleGeocoderResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAddressComponent(GoogleAddressComponent addressComponent)
String
getAddress()
String
toString()
-
Methods inherited from class org.onebusaway.geocoder.model.GeocoderResult
getAdministrativeArea, getCity, getCountry, getLatitude, getLongitude, getPostalCode, setAddress, setAdministrativeArea, setCity, setCountry, setLatitude, setLongitude, setPostalCode
-
-
-
-
Method Detail
-
addAddressComponent
public void addAddressComponent(GoogleAddressComponent addressComponent)
-
getAddress
public String getAddress()
- Overrides:
getAddress
in classGeocoderResult
-
-