Google Maps: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
No edit summary
imported>Tom Morris
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{subpages}}
{{subpages}}
'''Google Maps''' is a [[cloud computing]] application that includes both a [[Software as a Service]] application for end users, but also a [[cloud-based web service]] with an [[application programming interface]] (API).


==Application programming interface==
'''Google Maps''' is an online service that provides maps, driving and public transport directions free of charge. It is owned and administered by [[Google]] Inc. The map data comes from a number of providers including Navtec, TeleAtlas and so on.
The fundamental element in any Google Maps API application is the "map" itself. This document discusses usage of the fundamental GMap2 object and the basics of map operations.<ref name=APIintro>{{citation
 
The online version of Google Maps is an early example of an [[Ajax]]-based interface, which allows the user to drag the map to pan it and double click to zoom in. Google Maps is also available on the [[iPhone]]/[[iPod touch]] platform, [[Android]] and on Java Mobile Edition (JavaME). The former two can be touch screen interaction and the latter is usually interacted with through buttons on a mobile device. The same data is also available on Windows, Mac OS X and iPhone through [[Google Earth]].
 
Some commentators consider Google Maps to be an example of [[Web 2.0]], [[cloud computing]], [[Software as a Service]] and a [[cloud-based web service]]. In practice, Google provide an [[application programming interface]] (API) which allows programmers and others to use the data and functionality of the service on other web pages, and to place marker pins, shapes and other features on the map.<ref name=APIintro>{{citation
  | url = http://code.google.com/apis/maps/documentation/introduction.html
  | url = http://code.google.com/apis/maps/documentation/introduction.html
  | title=Google Maps API: Map Basics
  | title=Google Maps API: Map Basics

Latest revision as of 11:02, 21 December 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Google Maps is an online service that provides maps, driving and public transport directions free of charge. It is owned and administered by Google Inc. The map data comes from a number of providers including Navtec, TeleAtlas and so on.

The online version of Google Maps is an early example of an Ajax-based interface, which allows the user to drag the map to pan it and double click to zoom in. Google Maps is also available on the iPhone/iPod touch platform, Android and on Java Mobile Edition (JavaME). The former two can be touch screen interaction and the latter is usually interacted with through buttons on a mobile device. The same data is also available on Windows, Mac OS X and iPhone through Google Earth.

Some commentators consider Google Maps to be an example of Web 2.0, cloud computing, Software as a Service and a cloud-based web service. In practice, Google provide an application programming interface (API) which allows programmers and others to use the data and functionality of the service on other web pages, and to place marker pins, shapes and other features on the map.[1]

References