org.wicketstuff.examples.gmap.geocode
Class ServerGeocoder

java.lang.Object
  extended by org.wicketstuff.examples.gmap.geocode.ServerGeocoder

public class ServerGeocoder
extends Object

A serverside Geocoder.


Constructor Summary
ServerGeocoder()
           
 
Method Summary
 org.wicketstuff.gmap.api.GLatLng findAddress(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerGeocoder

public ServerGeocoder()
Method Detail

findAddress

public org.wicketstuff.gmap.api.GLatLng findAddress(String address)
                                             throws Exception
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
Exception


Copyright © 2013. All Rights Reserved.