org.onebusaway.geocoder.model
Class GeocoderResults
java.lang.Object
org.onebusaway.geocoder.model.GeocoderResults
- All Implemented Interfaces:
- Serializable
public class GeocoderResults
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeocoderResults
public GeocoderResults()
getResults
public List<GeocoderResult> getResults()
setResults
public void setResults(List<GeocoderResult> results)
addResult
public void addResult(GeocoderResult result)
Copyright © 2012 OneBusAway. All Rights Reserved.