Google Maps (for a time named
Google
Local) is a basic
web mapping
service application and technology provided by
Google, free (for non-commercial use), that powers
many map-based services, including the Google Maps website,
Google Ride Finder, Google
Transit, and maps embedded on third-party websites via the Google
Maps
API. It
offers street maps, a
route planner
for traveling by foot, car, or public transport and an urban
business locator for
numerous countries around
the world. According to one of its creators (
Lars Rasmussen), Google
Maps is "a way of organizing the world's information
geographically".
Google Maps uses the
Mercator
projection, so it cannot show areas around the poles. A related
product is
Google Earth, a stand-alone
program for
Microsoft Windows,
Mac OS X,
Linux,
SymbianOS, and
iPhone
OS which offers more
globe-viewing
features, including showing polar areas.
Satellite view
Google
Maps provides high-resolution satellite images for most urban areas
in the United
States
(including Hawaii
, Alaska
, Puerto Rico, and the U.S.
Virgin Islands
), Canada
, and the
United
Kingdom
, as well as parts of Australia and many other countries.
The
high-resolution imagery has been used by Google Maps to cover all
of Egypt
's Nile
Valley, Sahara desert and Sinai. Google Maps also covers
many cities in the English speaking areas. However, Google Maps is
not solely an English maps service, since its service is intended
to cover the world. The highest-resolution images are in some
Japanese cities, such as Tokyo.
Various governments have complained about the potential for
terrorists to use the satellite images in planning attacks.
Google has
blurred some areas for security (mostly in the United States),
including the U.S.
Naval Observatory
area (where the official residence of the Vice President is
located), and previously the United States Capitol
and the White House
(which formerly featured this erased housetop). Other well-known
government installations, including Area 51
in the
Nevada
desert, are visible.Not all areas on
satellite images are covered in the same resolution; less populated
areas usually get less detail. Some areas may be obscured by
patches of clouds.
With the introduction of an easily pannable and searchable mapping
and satellite imagery tool, Google's mapping engine prompted a
surge of interest in satellite imagery. Sites were established
which feature satellite images of interesting natural and man-made
landmarks, including such novelties as
"
large type" writing visible in the
imagery, as well as famous
stadia and unique
geological formations. , the
U.S.
National Weather
Service also now uses Google Maps within its local
weather forecasts, showing the 5 x
5 km "point forecast" squares used in
forecast models.
Although Google uses the word
satellite, most of the
high-resolution imagery is
aerial
photography taken from airplanes rather than from
satellites.
Directions
Google Maps directions work:
- Contiguously in North America: Alaska
*, Canada
*, and the
contiguous United
States
*.
- Contiguously in South America: Argentina
, Brazil
* and
Chile
*
- Contiguously in Europe: Andorra
, Austria
*, Belgium
*, Bulgaria
, Croatia
*, Czech Republic
*, Denmark
*, Estonia
, France
*, Finland
*, Germany
*, Greece
*, Gibraltar
, Hungary
*, Ireland
, Italy
*, Latvia
, Liechtenstein
*, Lithuania
, Luxembourg
*, Monaco
*, The
Netherlands
*, Norway
*, Poland
*, Portugal
*, San
Marino
, Slovakia
*, Slovenia
, Spain
*, Sweden
*, Switzerland
*, Turkey
*, Ukraine
, United Kingdom
*, Vatican
City
(i.e., all of Europe, excluding Albania, Belarus,
Bosnia and Herzegovina, Macedonia, Malta, Moldova, Montenegro,
Romania, Russia*, Serbia, and Iceland).
- Contiguously in South East Asia: Singapore
*, Malaysia
* and Thailand
- Single countries: Australia*, Borneo
*^,
China
*, India
*, Israel
(and parts
of the West Bank), Hawaii
*, Hong Kong
*, Japan
*, Java
, Macau
, New Zealand
*, Puerto Rico*, Russia
* (Moscow
area
only), Taiwan
*, US Virgin
Islands
*, South
Africa*.
^ = not all roads are featured in this country, so directions are
very limited.
* = has directions and places of interest.
Implementation
Like many other Google web applications, Google Maps uses
JavaScript extensively. As the user drags the
map, the grid squares are downloaded from the server and inserted
into the page. When a user searches for a business, the results are
downloaded in the background for insertion into the side panel and
map; the page is not reloaded. Locations are drawn dynamically by
positioning a red pin (composed of several partially-transparent
PNG) on top of the map
images.
A hidden
IFrame with form submission is used
because it preserves browser history. The site also uses
JSON for data transfer rather than
XML, for performance reasons. These techniques both fall
under the broad
Ajax
umbrella.
Extensibility and customization
As Google Maps is coded almost entirely in
JavaScript and
XML, some end
users have reverse-engineered the tool and produced client-side
scripts and server-side hooks which allowed a user or website to
introduce expanded or customized features into the Google Maps
interface.
Using the core engine and the map/satellite images hosted by
Google, such tools can introduce custom location icons, location
coordinates and
metadata, and even custom map image sources into
the Google Maps interface. The script-insertion tool
Greasemonkey provides a large number of
client-side scripts to customize Google Maps data.
Combinations with
photo sharing
websites, such as
Flickr, are used to create
"memory maps". Using copies of the Keyhole satellite photos, users
have taken advantage of image annotation features to provide
personal histories and information regarding particular points of
the area.
Google Maps API
Google created the
Google Maps API to allow
developers to integrate Google Maps into their websites with their
own data points. It is a free service, and currently does not
contain ads, but Google states in their terms of use that they
reserve the right to display ads in the future.
By using the Google Maps
API, it is possible to
embed the full Google Maps site into an external website.
Developers are required to request an API key, which is bound to
the website and directory entered when creating the key. The Google
Maps API key is no longer required for API version 3. Creating a
customized map interface requires adding the Google
JavaScript code to a page, and then using
Javascript functions to add points to the map.
When the API first launched, it lacked the ability to
geocode addresses, requiring users to manually add
points in (latitude, longitude) format. This feature has since been
added for premier.
At the same time as the release of the Google Maps API,
Yahoo! released its own Maps API. The releases
coincided with the O'Reilly Web 2.0 Conference. Yahoo! Maps, which
lacks international support, included a geocoder in the first
release.
, the implementation of Google Gadgets' Google Maps is simpler, requiring only one line of script, but it is not as customizable as the full API.
In 2006, Yahoo! began a campaign to upgrade its maps to compete
better with Google and other online map companies. Several of the
maps used in
a
survey were similar to Google maps.
Google Maps actively promotes the commercial use of its API. Some
of its first large-scale adopters were real estate mash-up sites.
Google performed a case study about
Nestoria, a property search engine in the UK and
Spain.
Google Maps for Mobile
In 2006, Google introduced a Java application called
Google Maps for
Mobile, which is intended to run on any Java-based phone or
mobile device. Many of the web-based site's features are provided
in the application.
On November 28, 2007, Google Maps for Mobile 2.0 was released. It
introduced a GPS-like location service that does not require a GPS
receiver. The "my location" feature works by utilizing the GPS
location of the mobile device, if it is available. This information
is supplemented by the software determining the nearest
cell site. The software then looks up the location
of the cell site using a database of known cell sites. The software
plots the streets in blue that are available with a yellow icon and
a green circle around the estimated range of the cell site based on
the transmitter's rated power (among other variables). The estimate
is refined using the strength of the cell phone signal to estimate
how close to the cell site the mobile device is.
, this service is available for the following platforms:
On November 4th, 2009, Google Maps Navigation was released in
conjunction with Google Android OS 2.0 Eclair on the
Motorola Droid, adding voice commands,
traffic reports, and street view support. The initial release is
limited to the United States.
Google Maps parameters
In Google Maps, URL parameters may be tweaked to offer views and
options not normally available through on-screen controls.
For instance, the maximum zoom level offered is normally 18, but if
higher-resolution images are available, changing the
z
parameter, which sets the zoom level, will allow the user to access
them, as in
this view of elephants or this view of people at a well deep in Chad
, Africa
using the parameter z=23.
A list of Google Maps parameters and their descriptions
is
available.
Development history
Google Maps first started as a software application developed by
Lars and
Jens Rasmussen
for the company
Where2. In October 2004 the
company was acquired by
Google Inc where it
transformed into the web application Google Maps. The application
was first announced on the Google Blog on February 8, 2005, and was
located at http://maps.google.com/. It originally only supported
users of
Internet Explorer and
Mozilla web
browsers, but support for
Opera and
Safari was added on February 25, 2005,
but currently Opera is removed from the system requirements list.
Currently (September 2009)
Internet
Explorer 6.0+,
Firefox 2.0+,
Safari 3.1+, and Google Chrome are
supported. It was in beta for six months before becoming part of
Google Local on October 6, 2005.
- In April 2005, Google created Google Ride Finder using
Google Maps.
- In June 2005, Google released the Google Maps API.
- In July 2005, Google began Google Maps and Google Local
services for Japan, including road maps.
- On July 22, 2005, Google released "Hybrid View". Together with
this change, the satellite image data was converted from plate carrée to Mercator projection, which makes for a
less distorted image in the temperate
climes latitudes.
- In July 2005, in honor of the thirty-sixth anniversary of the
Apollo Moon landing, Google Moon was launched.
- In
September 2005, in the aftermath of Hurricane Katrina, Google Maps quickly
updated its satellite imagery of New Orleans
to allow users to view the extent of the flooding
in various parts of that city. (Oddly, in March 2007,
imagery showing hurricane damage was replaced with images from
before the storm; this replacement was not made on Google Earth, which still uses post-Katrina
imagery.)
- , Google Maps features road maps for the United States, Puerto
Rico, Canada, the United Kingdom, Japan, and certain cities in the
Republic of Ireland. Coverage of the area around Turin
was added
in time for the 2006 Winter
Olympics.
- On January 23, 2006, Google Maps was updated to use the same
satellite image database as Google
Earth.
- On March 12, 2006, Google Mars was
launched, which features a draggable map and satellite imagery of
the planet Mars.
- In April 2006, Google Local was merged into the main Google
Maps site.
- On April 3, 2006, version 2 of the Maps API was released.
- On June 11, 2006, Google added geocoding capabilities to the API,
satisfying what it called the most requested feature for this
service.
- On June 14, 2006, Google Maps for Enterprise was officially
launched. As a commercial service, it features intranet and
advertisement-free implementations.
- In July 2006 Google started including Google Maps business
listings in the form of Local OneBoxes in the main Google search
results.
- On December 9 Google integrates the PlusBox in the main search
results.
- On December 19 Google added a feature that lets you add
multiple destinations to your driving directions.
- Beginning in February 2007, buildings and subway
stops are displayed in Google Maps "map view" for parts of New York City
, Washington, D.C.
, London
, San Francisco
, and some other cities.
- On January 29, 2007 upgrades Local Universal results and includes
more data in the main Google results page
- On February 28, 2007, Google Traffic info was officially launched to
automatically include real-time traffic
flow conditions to the maps of 30 major cities of the United
States.
- On March 8, 2007, the Local Business Center is upgraded.
- On May 16, 2007 Google rolls out Universal search results including
more Map information on the main Google results page.
- On May 18, 2007 Google adds neighborhood search capability.
- On May 29, 2007, Google driving directions support was added to
the Google Maps API.
- On May 29, 2007, Street View was added. It gives ground
level 360 degree view of streets in some major cities in United
States.
- On June 19, 2007, allows reviews to be added directly to businesses on
Google Maps
- On June 28, 2007, draggable driving directions were
introduced.
- On July 31, 2007, support for the hCard
microformat was announced; Google Maps
search results will now output the hCard
microformat; unfortunately, the implementation is broken.
- On August 21, 2007, Google announces a simple way to embed Google Maps onto other websites
- On September 13, 2007 54 new countries are added to Google Maps in
Latin America and Asia.
- On October 3, 2007 Google Transit was integrated into Google Maps
making public transportation routing possible on Google Maps.
- On October 27, 2007, Google Maps starts mapping the geoweb and
showing the results in Google Maps.
- On October 27, 2007 Google Maps adds a searchable interface for coupons in the
business listings.
- On November 27, 2007, "Terrain" view showing basic topographic features was added. The button for
"Hybrid" view was removed, and replaced with a "Show labels"
checkbox under the "Satellite" button to switch between "Hybrid"
and "Satellite" views.
- On January 22, 2008 Google expands the Local Onebox from 3 business
listings to 10.
- On February 20, 2008, Google Maps allows searches to be refined by User Rating &
neighborhoods.
- On March 18, 2008, Google allows end users to edit business listings and add new places.
- On March 19, 2008, Google adds unlimited category options in the Local
Business Center.
- On April 2, 2008, Google adds a contour lines to the Terrain view.
- In April 2008, a button to view recent Saved Locations was
added to the right of the search field (must be signed in).
- In May 2008, a "More" button was added alongside the "Map",
"Satellite", and "Terrain" buttons, permitting access to
geographically-related photos on Panoramio
and articles on Wikipedia.
- On May 15, 2008, ported to Flash and ActionScript 3 as a
foundation for richer internet applications.
- On July 15, 2008, walking directions were added.
- On August 6, 2008, Street View launched in Japan and
Australia.
- On August 15, 2008, the user interface was redesigned.
- On August 29, 2008, Google signed a deal under which GeoEye will supply the search giant with imagery from
a satellite, and introduced the Map Maker tool for creation of map
data.
- On September 9, 2008, a reverse business lookup feature was
added.
- On September 23, 2008, information for the New York City
Metropolitan Transit
Authority was added.
- On October 7, 2008, GeoEye-1 took its first image, a bird's-eye
view of Kutztown University in Pennsylvania.
- On October 26, 2008, reverse geocoding was added to the Maps
API.
- On November 11, 2008, Street View in Spain, Italy, and France
was introduced.
- On November 23, 2008, AIR support for the Maps API for Flash
was added.
- On November 25, 2008, a new user interface for Street View was
introduced.
- On November 27, 2008, maps, local business information, and
local trends for China were introduced.
- On December 9, 2008, 2x Street View coverage was
introduced.
- In May, 2009, a new Google Maps logo was introduced.
- In early October 2009, Google replaces TeleAtlas as their
primary supplier of geospatial data in the U.S. version of Maps and
use their own data.
- In October 2009, the railroads were redone, featuring a
slightly new look and updated, removing older lines. Also in the
same month, maps in several areas were changed to include paper
streets and other odd roads that don't exist, as well as lot lines
showing up on the map interface.
Google's use of Google Maps
The main Google Maps site includes a local search feature, which
can be used to locate businesses of a certain type in a geographic
area.
Google Ditu
Google Ditu (谷歌地图 lit. "Google Maps") was released to the public on
February 9, 2007, and replaced the old Google Bendi (谷歌本地 lit.
"Google Local"). This is the Chinese localized version of Google
Maps and Google Local services.
There are some differences in frontier alignments between Google
Ditu and Google Maps. On Google Maps, sections of the Chinese
border with India and Pakistan are shown with dotted lines,
indicating areas or frontiers in dispute. However, Google Ditu
shows the Chinese frontier strictly according to Chinese claims
with no dotted lines indicating the border with India and Pakistan.
For example, the area now administered by India called Arunachal
Pradesh (referred to as "South Tibet" by China) is shown inside the
Chinese frontier by Google Ditu, with Indian highways ending
abruptly at the Chinese claim line. Google Ditu also shows Taiwan
and the South China Sea Islands as part of China. As of May 2009,
Google Ditu's street map coverage of Taiwan also omits major state
organs, such as the Presidential Palace, the five Yuans, and the
Supreme Court.
There are some differences between ditu.google.
cn and
ditu.google.
com. For example, the former does not feature
My Maps. On the other hand, while the former displays virtually all
text in Chinese, the latter displays most text (user-selectable
real text as well as those on map) in English. Worthy of note is
the oddity that this behavior of displaying English text is not
consistent but intermittent - sometimes it is in English, sometimes
it is in Chinese. The criteria for choosing which language is
displayed is not known.
Google Moon

Google Moon
In honor of the 36th anniversary of the
Apollo
11 moon landing on July 20, 1969, Google took
public domain imagery of the
Moon, integrated it into the Google Maps interface, and
created a tool called
Google Moon. By default this tool, with a reduced set
of features, also displays the points of landing of all
Apollo spacecraft to land on the Moon. It
also included an
easter egg,
displaying a
Swiss cheese design at the
highest zoom level, which Google has since removed.
A recent
collaborative project between NASA Ames Research Center
and Google is integrating and improving the
data that is used for Google Moon. This is the
Planetary Content Project. Google Moon was linked from
a special commemorative version of the Google logo displayed at the
top of the main Google search page for July 20, 2005 (
UTC)
webarchive.org.
Google Mars

Google Mars
Google Mars
provides a visible
imagery view,
like Google Moon, as well as
infrared
imagery and shaded relief (
elevation) of
the planet
Mars. Users can toggle between the
elevation, visible, and
infrared data, in the same manner as switching
between map, satellite, and hybrid modes of Google Maps.
In
collaboration with NASA
scientists
at the Mars Space Flight
Facility located at Arizona State University
, Google has provided the public with data
collected from two NASA Mars missions, Mars Global Surveyor and 2001 Mars Odyssey.
NASA has made available a number of
Google
Earth desktop client maps for
Mars at
http://onmars.jpl.nasa.gov/.
More Mars
data sets with more recent data are available at Google Maps based
interface at http://jmars.asu.edu/maps provided by the Mars Space Flight Facility
Arizona
State University
Now, with
Google Earth 5 it is possible
to access new improved Google Mars data at a much higher
resolution, as well as being able to view the terrain in 3D, and
viewing panoramas from various Mars landers in a similar way to
Google Street View.
Google Sky
On August 27, 2007, Google introduced Google Sky, an online space
mapping tool that allows users to pan through a map of the visible
universe, using photographs taken by the Hubble Space
Telescope.
Google Ride Finder
Google launched an experimental Google Maps-based tool called
Ride Finder, tapping into in-car
GPS units for a selection of participating
taxi and
limousine
services.
The tool displays the current location of
all supported vehicles of the participating services in major U.S.
cities, including Chicago
and San
Francisco
on a
Google Maps street map. As of 2009 the tool seems to be
discontinued. Not to be confused with
carpooling.
Google Transit
In December 2005, Google launched
Google
Transit on
Google Labs a
20% project of Chris Harrelson and Avichal Garg.
Google Transit
launched initially with support for Portland, Oregon
, and now includes hundreds of cities in the United
States, Canada, Europe, Asia, Africa, and Australia. The
service calculates route, transit time and cost, and can compare
the trip to one using a car. In October 2007, Google Transit
graduated from
Google Labs and became
fully integrated into Google Maps.
Google My Maps
In April 2007, My Maps was a new feature added to Google's local
search maps.
My Maps lets users and businesses create their own map by
positioning markers, polylines and polygons onto a map. The
interface is a straightforward overlay on the map. A set of
eighty-four pre-designed markers is available, ranging from bars
and restaurants to webcam and earthquake symbols. Polyline and
Polygon color, width and opacity are selectable. Maps modified
using My Maps can be saved for later viewing and made public (or
marked as private), but cannot be printed. Note: this can easily be
overcome by using the 'Print Screen' function key and simple image
editing software such as Paint.
Each element added to a My Map has an editable tag. This tag can
contain text, rich text or HTML. Embeddable video and other content
can be included within the HTML tag.
Upon the launch of My Maps there was no facility to embed the
created maps into a webpage or blog. A few independent websites
have now produced tools to let users embed maps and add further
functionality to their maps. This has been resolved with version
2.78.
Google Street View
On May 25, 2007, Google released Street View, a new feature of
Google Maps which provides 360° panoramic street-level views of
various U.S. cities. On this date, the feature only included five
cities, but has since expanded to thousands of locations in the
United States, United Kingdom, Netherlands, France, Italy, Spain,
Switzerland, Australia, Canada, New Zealand, Japan and the Czech
Republic.
In August 2008,
Australia was added to the
Street View feature with nearly all Australian highways, roads and
streets having the feature.
In addition in that month Japan
was added
and the Tour de France route was
added on July 2 of that year.In December 2008, New Zealand
was added to street view. Australia and New
Zealand are the only countries to date with almost all roads and
highways featured.
July 2009, Google begins mapping college campuses and surrounding
paths and trails.
Google Street View gained a significant amount of controversy in
the days following its release. Initially privacy concerns erupted
due to the uncensored nature of its panoramic photographs. Since
then, Google has begun blurring faces using an automated face
detection technology.
Google Latitude
Google Latitude is a feature from Google that lets users share
their physical locations with other people. This service is based
on Google Maps, specifically on mobile devices. There's an iGoogle
widget for Desktops and Laptops as well. Some concerns have been
expressed about the privacy issues raised by the use of the
service.
Google Flu Shot Finder
Google Flu
Shot Finder is allows users in the United States to identify
locations where both the
pandemic
H1N1/09 virus and
seasonal flu
vaccines are available near a given address
or ZIP code.
Monopoly City Streets
Monopoly City Streets is a
live worldwide version of the game
Monopoly using Google Maps as the game
board. It was created by Google and
Hasbro.
Mashups
Google maps links to the
geo-tags placed
in Wikipedia articles. It also links to photos with
GPS tags from
Panoramio.
Copyright
The Google Maps terms and conditions state that usage of material
from Google Maps is regulated by Google Terms of Service and some
additional restrictions. The terms and conditions also state:
- For individual users, Google Maps [...] is made available
for your personal, non-commercial use only. For business
users, Google Maps is made available for your internal use only and
may not be commercially redistributed [...]
Criticism
Street map overlays, in some areas, may not match up precisely with
the corresponding satellite images. The street data may be entirely
erroneous, or simply out of date:
As a result, in March 2008 Google added a feature to edit the locations of houses and businesses.
Restrictions have been placed on Google Maps through the apparent
censoring of locations deemed potential security threats. In some
cases the area of redaction is for specific buildings, but in other
cases, such as Washington, D.C., the restriction is to use outdated
imagery. These locations are fully listed on
Satellite map
images with missing or unclear data.
Google Maps has difficulty processing road data when dealing with
cross-boundary situations. For example, users are unable to obtain
a route from Hong Kong to Shenzhen via Shatoujiao, because Google
Maps does not display and plan the road map of two overlapping
places.
Sometimes objects on Google Maps are hidden by clouds. For example,
the mast of Arbrå Transmitter near Bollnäs in Sweden is
hidden under a cloud.
The map uses the
Mercator
projection, which is increasingly distorted towards the polar
regions.
Sometimes the names of geographical locations are inaccurate.
An
example of this type of error may be found in Google Maps Laona,
Wisconsin
. In this instance Google Maps identifies one
of the town's two major lakes as "Dawson Lake"; the USGS, State of Wisconsin
, and local government maps all identify that map
feature as "Scattered Rice Lake". Another example is
Samoa
, labeled with "Western Samoa", accurate only as
recently as 1997.
Google collates business listings from multiple on-line and
off-line sources. To reduce duplication in the index, Google's
algorithm combines listings automatically based on address, phone
number, or geocode, but sometimes information for separate
businesses will be inadvertently merged with each other, resulting
in listings inaccurately incorporating elements from multiple
businesses.
Google has also recruited volunteers to check and correct ground
truth data
See also
Comparable services
References
- ABC Fora- Lars Rasmussen on Inventing Google
Maps
- Google Earth prompts security fears. 08/08/2005.
ABC News Online
- Google support forum Clouds over Delhi
- Hows does Google Maps work
- New Maps on our Point and Click Forecast
Pages
- Google Earth FAQ (Google Earth and Google Maps use the
same imagery)
- Google Code
- in-depth review
- Google Maps on your phone
- Google Redefines GPS Navigation Landscape: Google
Maps Navigation For Android 2.0
- Google Maps for mobile anounce Navigation Beta for
Android 2.0 - GSMArena.com news
- Google's Sergey Brin spills on the secrets of a
nimble giant - Hedgehogs.net
- Google Maps announcement on Google Blog.
- Google Maps Help
- )
- Google
Mars
- Google to buy GeoEye satellite imagery | Digital
Media - CNET News
- Google’s Super Satellite Captures First Image |
Wired Science | Wired.com
- Google
Moon
- Intelligent Systems Division | Project
- About Google Mars
- Google Transit Expands to New York - City Room Blog
- NYTimes.com
- Google LatLong: Google Transit Graduates from
Labs
- embed my maps - Google Search
- New online Monopoly game is streets ahead |
Technology | guardian.co.uk
- Google Maps Terms.
- Google Terms of Service.
- Google LatLong: It's your world. Map it
- Google Maps Laona, Wisconsin
- State of Wisconsin DNR Scattered Rice Lake
- The Google Local map results have "merged" our
listing with another in the same building - Maps Help
- New York Times, 2009-11-17 Google
volunteers
External links