Uses of Class
org.chenillekit.google.utils.geocode.GeoCodeResult

Packages that use GeoCodeResult
org.chenillekit.google.services   
org.chenillekit.google.services.impl   
 

Uses of GeoCodeResult in org.chenillekit.google.services
 

Methods in org.chenillekit.google.services that return GeoCodeResult
 GeoCodeResult GoogleGeoCoder.getGeoCode(GeoCodeLocation geoCodeLocation)
          get the geo code from google map service for address.
 GeoCodeResult GoogleGeoCoder.getGeoCode(Locale locale, String street, String country, String state, String zipCode, String city)
          get the geo code from google map service for address.
 GeoCodeResult GoogleGeoCoder.getGeoCode(String street, String country, String state, String zipCode, String city)
          get the geo code from google map service for address.
 

Uses of GeoCodeResult in org.chenillekit.google.services.impl
 

Methods in org.chenillekit.google.services.impl that return GeoCodeResult
 GeoCodeResult GoogleGeoCoderImpl.getGeoCode(GeoCodeLocation geoCodeLocation)
          get the geo code from google map service for address.
 GeoCodeResult GoogleGeoCoderImpl.getGeoCode(Locale locale, String street, String country, String state, String zipCode, String city)
          get the geo code from google map service for address.
 GeoCodeResult GoogleGeoCoderImpl.getGeoCode(String street, String country, String state, String zipCode, String city)
          get the geo code from google map service for address.
 



Copyright © 2008-2010 ChenilleKit. All Rights Reserved.