Google Releases API for Google Maps
Elyscape writes "The Google Blog announced today the release of an API for Google Maps. While the use of the API requires a key that limits the owner to 50K pageviews a day, which is similar to but far more generous than Google's Web Search API, Google notes that they are willing to work something out with website owners who expect to breach that large barrier. This release definitely opens the door for (or, at least, eases the creation of) more advanced Google-Maps-based applications. On the negative side, it broke several current Google-Maps-based sites, such as ChicagoCrime.org. So get started! Go to the Google Maps API home, sign up for a key, and go wild! (Note: going wild may entail fixing broken sites. It does not necessarily entail actually visiting the wild.)
flickr geoblogging google maps (api-based) hack. and... go!
I suppose the question is, do they consider each tile you load from their map server a page view? If they do, it wouldn't take many users scrolling around on the maps to get their.
I'm reading about the API (which I know nothing about, because I don't know anything more than an API is an interface to a program) and thought while reading about including their code in yours, 'how do you know that their code is safe?'
.. how you know that when you call a function? from the api, it's not doing something malicious? how do you know they aren't using it to track users, send malicious code, etc? granted - it's Google, but still?
They obviously don't release the code for the api
Is there built-in protection? Is it safe to blindly use someone elses api? If you call GBrowserIsCompatible() and it calls GDeleteEverythingOnHarddrive, is there something to stop that?
Just curious. I'd like to learn how to do play with these things, but it seems like a pretty steep learning curve.
Thanks!
We emerge from our mother's womb an unformatted diskette; our culture formats us. - Douglas Coupland
I'm a little dissapointed the geocoding functions didn't make the first release of the API (and hope they are added/included soon).
e.
Build Your Own PVR/HTPC news, reviews, &
That is well done, that's how documentation should be, just tell me how to do all the common things I might want to do:
move the map
goto a location
blah blah
Try finding useful information like that in under 10 minutes on almost any existing "API".
The only thing that I don't see is the ability to do a search for a particular address. I'm thinking this would be awesome to include on my company's intranet for outside sales people, but we don't have gps coords for our customers. :\
TerraServer USA has allowed direct access to tiles for a while now. While this release is nice, it doesn't explicitly allow programatic tile access from other environments (e.g. Flash) which could allow for new types of navigation, interaction, and cross-platform consistency.
(full disclosure note: I wrote this about a year ago, so I've got a an interest in direct tile access.)
http://maps.google.com/maps?ll=51.502866,-0.122738 &spn=0.057659,0.141226&hl=en
Anyone want to write a game of Scotland Yard? ;)
Web Developers: Celebrate to our roots! Animated Gifs and Tiled Backgrounds, dont let our history die!
They put the satellite views in! That lets everyone inject a bit of reality into their web pages. This API is so simple ... soon little maps & satellite images, with GIS overlays, will be dripping from every website.
So will there be maps/sat images released for the Moon and Mars? Seems like there is enough imagery available from the various probes to put together at least localized areas for topo and sat images.
Not a lot of roads up there unless you apply the definition of "someone drove over it once". Then there are several roads left by various probes.
Invalid Checksum. Retrying.
Forgive the karma whoring, but I host a Google Maps wiki at the following URL:
http://gmaps.yellowbkpk.com/
So far people have posted their sample Google Map mashups there along with some code samples. Most of this was done BEFORE the Google Maps API was released, so some of the sites may not work due to the new javascript file version.
Also, make sure to check out the Google-Maps-API and Google-Maps Google Groups. The Google-Maps-API group is particularly active and there ahve been over 100 posts just today.
http://sig.sourceforge.net/google/
Usings AJAX and PHP to get the points into the map.
Jon Bardin