You are using a 'callback' param. That suggests you are using JSONP - which is a mechanism to make cross domain javascript calls in a browser.
The Geocoding API does NOT support public JSONP. To use the geocoding api in a webpage you meant to use the provided JavaScript API. ... so either use the Javascript API directly. Or do a server side call (eg with a proxy) On Thu, Sep 22, 2011 at 12:58 PM, Vladimir Agafonkin <[email protected]> wrote: > Hi! > > This page - http://10k.aneventapart.com/2/Uploads/660/ - does a > Geocoding HTTP request when you search in the search box, with the > following URL: > > http://maps.google.com/maps/geo?q=New%20York&output=json&oe=utf8&sensor=false&callback=Location.handleGoogleResponse&key=ABQIAAAAx3CXoL6IyjVXIDSQpkGwVRQO9Y2xPcAGEpo8UqbWZAvvbb1SdBQ8z7GRXPHYikU_J9qNTlBh_LaYbA > > Key here is a valid API key registered for the http://10k.aneventapart.com > domain, but the service still returns a 610 error. The request itself > is valid too (it works correctly locally). > > What am I doing wrong? This is really critical. :( > > -- > 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. > > -- 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.
