Uses of Class
org.onebusaway.geocoder.model.GeocoderResults

Packages that use GeocoderResults
org.onebusaway.geocoder.impl   
org.onebusaway.geocoder.model   
org.onebusaway.geocoder.services   
org.onebusaway.presentation.impl   
org.onebusaway.presentation.services   
 

Uses of GeocoderResults in org.onebusaway.geocoder.impl
 

Methods in org.onebusaway.geocoder.impl that return GeocoderResults
 GeocoderResults YahooGeocoderImpl.geocode(String location)
           
 GeocoderResults GoogleGeocoderImpl.geocode(String location)
           
 GeocoderResults FixedGeocoderImpl.geocode(String location)
           
 GeocoderResults DefaultGeocoderImpl.geocode(String location)
           
 GeocoderResults DatabaseCachingGeocoderImpl.geocode(String location)
           
 

Uses of GeocoderResults in org.onebusaway.geocoder.model
 

Methods in org.onebusaway.geocoder.model that return GeocoderResults
 GeocoderResults GeocoderResultsEntity.getResults()
           
 

Methods in org.onebusaway.geocoder.model with parameters of type GeocoderResults
 void GeocoderResultsEntity.setResults(GeocoderResults result)
           
 

Uses of GeocoderResults in org.onebusaway.geocoder.services
 

Methods in org.onebusaway.geocoder.services that return GeocoderResults
 GeocoderResults GeocoderService.geocode(String location)
           
 

Uses of GeocoderResults in org.onebusaway.presentation.impl
 

Methods in org.onebusaway.presentation.impl that return GeocoderResults
 GeocoderResults SetUserDefaultSearchFromGeocoderServiceImpl.setUserDefaultSearchFromGeocoderService(String location)
           
 

Uses of GeocoderResults in org.onebusaway.presentation.services
 

Methods in org.onebusaway.presentation.services that return GeocoderResults
 GeocoderResults SetUserDefaultSearchFromGeocoderService.setUserDefaultSearchFromGeocoderService(String location)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.