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 
mind. For this reason, I prefer to do it server side so the repeat requests 
can be cashed, to stay within free limits.


Sincerely,
Joseph

-- 
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/-/l_DnLKahBRgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to