|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GoogleGeoCoder
This service let you ues some Google Maps services in your application.
| 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 |
|---|
GeoCodeResult getGeoCode(GeoCodeLocation geoCodeLocation)
geoCodeLocation - location holder
GeoCodeResult getGeoCode(String street,
String country,
String state,
String zipCode,
String city)
street - the streetcountry - the countrystate - the statezipCode - the zip codecity - the city
GeoCodeResult getGeoCode(Locale locale,
String street,
String country,
String state,
String zipCode,
String city)
locale - street - 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 | |||||||||