Google Maps: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz (New page: '''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 [[applicatio...) |
imported>Howard C. Berkowitz No edit summary |
||
Line 1: | Line 1: | ||
{{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). | '''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). | ||
Line 4: | Line 5: | ||
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 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 | ||
| 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 | ||
| publisher = [[Google]]}}</ref> | | publisher = [[Google]]}}</ref> | ||
==References== | ==References== | ||
{{reflist}} | {{reflist}} |
Revision as of 11:21, 18 September 2009
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
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.[1]