You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  Google Maps provides a JavaScript based API to the programmers. In addition Google Maps now also supports KML (KeyHole Markup Language) essentially XML. The KML file has to be uploaded to a web server and then the URL has to be provided to Google Maps in order to display it. (Also this support for KML is provided by 3rd party not google ). So the problem with using KML is that URL of the form http://maps.google.com/maps?f=q&hl=en&q=http://www.slac.stanford.edu/comp/net/wan-mon/viper/l.kml&layer=&ie=UTF8&z=17&om=1 will be displayed to the user.

  • No labels