|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chenillekit.google.services.impl.AbstractGoogleService
org.chenillekit.google.services.impl.GoogleGeoCoderImpl
public class GoogleGeoCoderImpl
This service let you ues some Google Maps services in your application.
| Constructor Summary | |
|---|---|
GoogleGeoCoderImpl(Logger logger,
String googleKey,
int timeout,
String referer,
String proxy)
standard constructor. |
|
| 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 class org.chenillekit.google.services.impl.AbstractGoogleService |
|---|
getEncodedString, getKey, getProxy, getProxySelector, getReferer, getTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.chenillekit.google.services.GoogleService |
|---|
getKey, getProxy, getReferer, getTimeout |
| Constructor Detail |
|---|
public GoogleGeoCoderImpl(Logger logger,
String googleKey,
int timeout,
String referer,
String proxy)
logger - system logger| Method Detail |
|---|
public GeoCodeResult getGeoCode(GeoCodeLocation geoCodeLocation)
getGeoCode in interface GoogleGeoCodergeoCodeLocation - location holder
public GeoCodeResult getGeoCode(String street,
String country,
String state,
String zipCode,
String city)
getGeoCode in interface GoogleGeoCoderstreet - the streetcountry - the countrystate - the statezipCode - the zip codecity - the city
public GeoCodeResult getGeoCode(Locale locale,
String street,
String country,
String state,
String zipCode,
String city)
getGeoCode in interface GoogleGeoCoderstreet - the streetcountry - the countrystate - the statezipCode - the zip codecity - the city
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||