|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||