|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeoSearchableAddress
Interface which specifies search operations that can be done using an address
| Method Summary | |
|---|---|
GeocoderResult |
getAddress(String address)
This method receives address as string and returns GeocoderResult for the given address |
GeocoderResult |
getAddress(String address,
String ccTld)
This method receives address as string input and country code top-level domain (ccTLD) that is used to indicate the region and returns GeocoderResult |
LatLng |
getLatLngPointsByAddress(String address)
This method receives address as string input and and returns a LatLng object which represents this address |
| Method Detail |
|---|
GeocoderResult getAddress(String address)
throws IOException
address - being looked for
IOException
GeocoderResult getAddress(String address,
String ccTld)
throws IOException
address - being looked forccTld - - country code top-level domain
IOException
LatLng getLatLngPointsByAddress(String address)
throws IOException
address -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||