org.wicketstuff.examples.gmap.geocode
Class ServerGeocoder
java.lang.Object
org.wicketstuff.examples.gmap.geocode.ServerGeocoder
public class ServerGeocoder
- extends Object
A serverside Geocoder.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerGeocoder
public ServerGeocoder()
findAddress
public org.wicketstuff.gmap.api.GLatLng findAddress(String address)
throws IOException
- Parameters:
address - The address for which a coordinate must be found.
- Returns:
- GLatLng point for the address found by the Geocoder
- Throws:
org.wicketstuff.gmap.geocoder.GeocoderException - If a error happened on the side of Google
IOException - If a connection error happened
Copyright © 2012. All Rights Reserved.