I am working with a python code snippet, and they are using the below URI with an API key:
http://maps.google.com/maps/geo?q=%s&output=%s&key=%s
Is the key required, or does the above URI fall under the new V3, key-less, functionality?
In other words, is the key required to make calls to the above URI?
Based on this blog entry:
http://ygamretuta.me/2011/03/07/google-maps-v3-geocoding-with-pure-php/
... it looks like the key is no longer required?
Many thanks for the help!!!
Cheers,
Micky
See
http://code.google.com/apis/maps/documentation/geocoding/
for the newer API.
* Although the key-check isnt always rigidly enforced - it can be
considered a bug.
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-maps-js-api-v3/-/Mf3kQuHzzRAJ.
> To post to this group, send email to google-map...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-a...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
Have a great day.
Cheers,
Micky