There are two options

1. You can use google geocoding service either JSON or XML, pass latitude 
and longitude as input and parse the response. For example following URL 
will give you the json result of Google's HQ in Mountain View CA.
http://maps.googleapis.com/maps/api/geocode/json?address=37.4231054,-122.0823988&sensor=false
 

2. Use below method from GWT-MAPS (which is deprecated, and I am not sure 
whether that will work with your gwt version)

http://gwt-google-apis.googlecode.com/svn/javadoc/maps/1.0/com/google/gwt/maps/client/geocode/Geocoder.html#getLocations(com.google.gwt.maps.client.geom.LatLng,
 
com.google.gwt.maps.client.geocode.LocationCallback) 

Thanks,
Bakul.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Ton95Da-iMcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to