views:

326

answers:

1

Hello -- I am trying to do some basic geocoding using the google maps API and a GWT dyanmic web project in Eclipse. For example, query the following URL:

http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&output=json&sensor=false

and get back the data for parsing. I am running into some confusion about whether it is better to set up a proxy or somehow use JSON with javascript (the 2 answers that I've come across to tutorials for). I have not been able to get either method working -- so I'm looking for some guidance. Thanks for your help in advance --

-Andrew

+2  A: 

Why not just use the GWT Maps API? I think you can use the Geocoder class to do what you want.

Moishe
You're the man! Exactly what I was looking for, thank you --
culov
@Andrew C: it is polite on SO to accept the answer most helpful to you by clicking the big checkbox to the left of this question.
Crescent Fresh
Woops, meant "*the* question" ;)
Crescent Fresh