org.onebusaway.geocoder.impl
Class GoogleGeocoderResult

java.lang.Object
  extended by org.onebusaway.geocoder.model.GeocoderResult
      extended by org.onebusaway.geocoder.impl.GoogleGeocoderResult
All Implemented Interfaces:
Serializable

public class GoogleGeocoderResult
extends GeocoderResult

See Also:
Serialized Form

Constructor Summary
GoogleGeocoderResult()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoogleGeocoderResult

public GoogleGeocoderResult()
Method Detail

addAddressComponent

public void addAddressComponent(GoogleAddressComponent addressComponent)

getAddress

public String getAddress()
Overrides:
getAddress in class GeocoderResult

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.