Google Maps API

This is an old revision of this page, as edited by ChrisKennedy (talk | contribs) at 21:25, 8 June 2006 (conincide -> coincide). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Google Maps API was created by Google to facilitate developers integrating Google Maps into their web sites, with their own data points. It is a free service, that currently does not contain ads, but Google states in their terms of use [1] that they reserve the right to display ads in the future.

By using the Google Maps API you can embed the full Google Maps on an external web site (minus driving directions and geocoding). Start by creating an API Key [2], it will be bound to the web site and directory you enter when creating the key. Creating your own map interface involves adding the Google JavaScript code to your page, and then using Javascript functions to add points to the map.

One challenge you may face when adding point data to your maps is getting coordinates for points. The Google API requires you add points by using the latitude and longitude. For this you will need to first geocode your points.

At the same time as the release of the Google Maps API, Yahoo! released their own Maps API [3] . Both were released to coincide with the O'Reilly Where 2.0 Conference. Yahoo! Maps lacks international support and aerial photos, but adds a built in geocoder.

See also

References

  1. ^ "Google Maps API - Terms of use".
  2. ^ "Google Maps API key".
  3. ^ "Yahoo! Maps API".