Where in the documentation: http://code.google.com/apis/maps/documentation/geocoding/
does it specify that you need a key on the request? By specifying a key, you straying into 'undocumented' territory. And when you do that, bad things can happen. (one possible confusion, is you where looking at the documentation for the *old* api, the link above is the documentation for the API you using in your query) . On Wed, Feb 15, 2012 at 8:46 AM, mustif <[email protected]> wrote: > Hi all, > I would like to use google map API to get GPS information for some > addresses, but i got a problem, when i use API in my application, I > got the following results: > { > "results" : [], > "status" : "REQUEST_DENIED" > } > > I used the query: "http://maps.googleapis.com/maps/api/geocode/json? > address=Hannover&sensor=false&key=AIzaSyCRJmlzw2xxa75GogJVa6LxKj3c8m-7aqk" > > actually, there are two keys, one for "browser app" and the another > one for "server app", i have used all of them but i got the same > result!! > any help? > > -- > 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.
