On Apr 26, 7:44 pm, bobw <[email protected]> wrote: > Thanks Andrew. Turns out I'm getting 620 errors. Very frustrating.... > I've read that if I use client side geocoding rather than server side > geocoding it should correct this problem. I have no idea where to > start...
There are always examples! http://code.google.com/apis/maps/documentation/javascript/v2/examples/index.html Scroll down to Services at the bottom and "Simple Geocoding". There is also Mike's tutorial with lots of techniques, including handling more than one possible location in the example I linked to earlier. The standard caveat about the deprecation of Version 2 applies, but it may be easier to get client-side geocoding working in Version 2 and then convert things to Version 3 than do everything at once. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. 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-maps-api?hl=en.
