Re: Google Geocoder

2012-08-05 Thread nessrinovitta
Thanks -- 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/-/09Cd30EaGb4J. To post to this group, send email to google-web-toolkit@googlegroups.com.

Re: Google Geocoder

2012-08-04 Thread Joseph Lust
The following should get you started, but could have found them through Google. - Communicating with the server - Example of using JSONPRequestBuilder

Re: Google Geocoder

2012-08-04 Thread Joseph R Lust
The following should get you started, but could have found them through Google. - Communicating with the server - Example of using JSONPRequestBuilder - Geocoder API Requ

Re: Google Geocoder

2012-08-04 Thread nessrinovitta
Thanks a lot Joseph , but I'm new with GWT ! Can you give me an example of how to use the Geocoder API with GWT ? -- 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/g

Re: Google Geocoder

2012-08-03 Thread Joseph Lust
The GeocoderAPI is just a web service. Use RequestBuilder to build a request along API guidelines and call it. If you want you could also dress it up to make it fancier, i.e. made you own getZip(Lat, Lon) and have that make the request. Of course, keep API rate limits and daily query limits in

Google Geocoder

2012-08-03 Thread nesrine doghri
Hi , How can I use Google Geocoder with GWT (I give the longitude and the latitue and it gives me back the position on the map ) ! I can't find any tutorial !! Help please -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.