org.chenillekit.google.services
Interface GoogleGeoCoder

All Superinterfaces:
GoogleService
All Known Implementing Classes:
GoogleGeoCoderImpl

public interface GoogleGeoCoder
extends GoogleService

This service let you ues some Google Maps services in your application.

Version:
$Id: GoogleGeoCoder.java 594 2009-12-05 15:17:26Z mlusetti $

Method Summary
 GeoCodeResult getGeoCode(GeoCodeLocation geoCodeLocation)
          get the geo code from google map service for address.
 GeoCodeResult getGeoCode(Locale locale, String street, String country, String state, String zipCode, String city)
          get the geo code from google map service for address.
 GeoCodeResult getGeoCode(String street, String country, String state, String zipCode, String city)
          get the geo code from google map service for address.
 
Methods inherited from interface org.chenillekit.google.services.GoogleService
getKey, getProxy, getReferer, getTimeout
 

Method Detail

getGeoCode

GeoCodeResult getGeoCode(GeoCodeLocation geoCodeLocation)
get the geo code from google map service for address.

Parameters:
geoCodeLocation - location holder

getGeoCode

GeoCodeResult getGeoCode(String street,
                         String country,
                         String state,
                         String zipCode,
                         String city)
get the geo code from google map service for address.

Parameters:
street - the street
country - the country
state - the state
zipCode - the zip code
city - the city

getGeoCode

GeoCodeResult getGeoCode(Locale locale,
                         String street,
                         String country,
                         String state,
                         String zipCode,
                         String city)
get the geo code from google map service for address.

Parameters:
locale -
street - the street
country - the country
state - the state
zipCode - the zip code
city - the city


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.