On Sep 22, 12:58 pm, Vladimir Agafonkin <[email protected]> wrote: > > What am I doing wrong? This is really critical. :(
I suspect the problem is q=New%20York. If you paste that URL into the browser address bar, %20 gets changed into a real space. What you might *try* is moving the q= argument to the end, after the key; or replacing %20 with + when you construct your URL. -- 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.
