geocodeForm.add(addressTextField);
Button button = new Button("client");
// Using GClientGeocoder the geocoding request
// is performed on the client using JavaScript
button.add(new GClientGeocoder("onclick", addressTextField, GMapExampleApplication.get()
.getGoogleMapsAPIkey())
{
private static final long serialVersionUID = 1L;
@Override