Is this truly a v3, no key, api?

34 views
Skip to first unread message

mhulse

unread,
Jun 15, 2011, 2:03:15 PM6/15/11
to google-map...@googlegroups.com
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

Barry Hunter

unread,
Jun 15, 2011, 2:18:27 PM6/15/11
to google-map...@googlegroups.com
That is the V2 Geocoding API, key required*.

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.
>

Rossko

unread,
Jun 15, 2011, 2:23:38 PM6/15/11
to Google Maps JavaScript API v3
> 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?

Here is the documentation for the v2 Geocoder sevice
http://code.google.com/apis/maps/documentation/geocoding/v2/index.html#GeocodingRequests
A key is required

> ... it looks like the key is no longer required?

Here is the documentation for the v3 Geocoder service
http://code.google.com/apis/maps/documentation/geocoding/#GeocodingRequests
No key is required

Micky Hulse

unread,
Jun 15, 2011, 2:29:44 PM6/15/11
to google-map...@googlegroups.com
Ahhh, thanks Barry and Rossko! I really appreciate the help! :)

Have a great day.

Cheers,
Micky

Reply all
Reply to author
Forward
0 new messages