maps google



google maps

google maps

Screenshot of Google Maps showing a route from Toronto to Ottawa on the 400-Series highways.
Penang island and Seberang Prai on the mainland as seen on Google Maps [1]

Google Maps (for a time named Google Local) is a free web map server application and technology provided by Google that powers many map-based services including Google Maps, Google Ride Finder and embedded maps on third-party websites via the Google Maps API. It offers street maps, a route planner and an urban business locator for Australia, Canada, Japan, New Zealand, the United States, most western European countries, the city of Moscow, the Canary Islands, and Brazil, and satellite images for the whole world.

A related product is Google Earth, a standalone Apple Mac, Windows and Linux program that offers enhanced globe-viewing features.

Contents

  • 1 Features
  • 2 Satellite view
  • 3 Implementation
  • 4 Extensibility and customization
    • 4.1 Google Maps API
  • 5 Development
  • 6 Google's use of Google Maps
    • 6.1 Google Mars
    • 6.2 Google Moon
    • 6.3 Google Ride Finder
    • 6.4 Google Transit
  • 7 Copyright
  • 8 Criticism
  • 9 See also
    • 9.1 Comparable services
    • 9.2 References
  • 10 External links
    • 10.1 Google Maps discussion websites
    • 10.2 Examples of web tools employing Google Maps
    • 10.3 Websites collecting Google Maps aerial views

Features

Google Maps features a map that can be navigated by dragging the mouse, or zoomed in (scrolling the mouse wheel up) and out (scrolling the mouse wheel down) to show detailed street information. The user can also control the map with the arrow keys to move to the desired location. To allow for quick movement, the "+" and "-" keys can be used to control the zoom level. Users may enter an address, intersection or general area to quickly find it on the map.

Search results can be restricted to a certain area, thanks to Google Local. For example, someone can enter a query such as "Waffles in Ottawa"[1] to find restaurants serving waffles near the city. This can be used to find a wide variety of businesses, such as theatres, restaurants or hotels.

Like many other map services, Google Maps allows for the creation of driving directions. It gives the user a step-by-step list of how to get to their destination, along with an estimate of the time required to reach it and the distance between the two locations.

Google Maps offers three viewing modes by default: Map (Street map views), Satellite (satellite and high-resolution aerial photographs) and Hybrid (Street maps overlaid on satellite and high-resolution aerial photographs).

The "link to this page" link on each Google Maps map targets a URL which can be used to find the location on the map at a later time. The latitude and longitude can be used as input to NASA World Wind or TerraServer-USA, which in some cases have higher-resolution imagery.

Satellite view

Screenshot of Google Maps (satellite) showing Candlestick Park in San Francisco, CA

Google Maps provides high-resolution (full-zoom) satellite images for most urban areas in Canada and the United States (including Hawaii, Alaska, Puerto Rico, and the U.S. Virgin Islands) as well as parts of Australia, France, Iceland, Italy, Iraq, Japan, the Bahamas, Bermuda, Kuwait, Mexico, the Netherlands, the United Kingdom and many other countries. Google Maps also covers the cities of Moscow, Istanbul, and also Bangalore, Chennai, Salem, Mumbai and New Delhi in India.

All the images shown in Google Maps' satellite mode are at least a year old and in some places up to five years old. Despite this various governments have complained over the potential for terrorists to use the satellite images in planning attacks on nuclear power stations. 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 until recently, the United States Capitol and the White House (which formerly featured erased housetop). Other well-known government installations are visible including the infamous Area 51 in the Nevada desert.

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 such as Google Sightseeing and Google Globetrotting 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 stadiums and unique earth formations.

Implementation

Like other Google web applications, a large amount of JavaScript was used to create Google Maps. As the user drags the map, the grid squares are downloaded from the server and displayed to the user. When a user searches for a business, the location is pin-pointed with a red pin, which is actually a transparent PNG placed over the map. The technique of providing greater user-interactivity by performing asynchronous network requests with Javascript and XML has recently become known as Ajax. Specifically, Google Maps was built using the AjaXSLT framework.

The GIS (map) data used in Google Maps are provided by Tele Atlas and NAVTEQ, while the small patches of high-resolution satellite imagery are largely provided by DigitalGlobe and its QuickBird satellite, with some imagery also from government sources. The main global imagery base called NaturalVue was derived from Landsat 7 imagery by MDA Federal (formerly Earth Satellite Corporation). This global image base provide the essential foundation for the entire application.

The underlying technology used in both Google and Yahoo! maps is available from deCarta (formerly Telcontar)[2].

Extensibility and customization

Chicagocrime.org, developed by Adrian Holovaty, was among the first and most popular [3] Google Maps mashups.

As the Google Maps code is almost entirely JavaScript and XML, some end-users 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. Some of the more well-known of these "Google Maps Hacks" include tools that display locations of Craigslist rental properties [4], student apartment rentals [5], and local map Chicago crime data [6] (or check Misdaadkaart.nl showing crimes of one entire country[7]). The script-insertion tool Greasemonkey provides a large number of client-side scripts to customize Google Maps data, and the mygmaps.com website provides an interface for easily adding your own set of locations and viewing them on Google Maps.

Combined with photo sharing websites such as Flickr, a phenomenon called "memory maps" emerged. Using copies of the Keyhole satellite photos of their home towns or other favorite places, the users take advantage of image annotation features to provide personal histories and information regarding particular points of the area.

Google Maps API

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 [8] 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 KML). Start by creating an API Key [9], 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.

When the API first launched it lacked the ability to geocode addresses, requiring you to manually add points in (latitude, longitude) format. This has since been rectified.

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

Development

Google Maps 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. Currently (July 1, 2006) Internet Explorer 6.0+, Firefox 0.8+, Safari 1.2.4+, Netscape 7.1+, Mozilla 1.4+, and Opera 8.02+ are supported (see Google Maps Help). It was in beta for 6 months before becoming part of Google Local on October 6, 2005.

  • In early April 2005, an alternate view was activated to show Satellite images of the area displayed.
  • In late April 2005, Google created Google Ride Finder using Google Maps.
  • In late June 2005, Google released the Extensibility and customization.
  • In mid 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.
  • As of January 2, 2006, Google Maps features road maps for the United States, Puerto Rico, Canada, Great Britain, Japan, and certain cities in Northern Ireland and 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 [11] was launched, which features a draggable map and satellite imagery of the planet Mars.
  • In late 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.

Google's use of Google Maps

The main Google Maps site includes a local search feature, finding businesses of a certain category in a geographic area.

Google Mars

Google Mars

Google Mars provides a visible imagery view, like Google Moon, as well as infrared imagery and shaded relief (elevation). 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 Arizona State University, Google has provided the public with data collected from two NASA Mars missions, Mars Global Surveyor and 2001 Mars Odyssey[12]. At present, you cannot use the Google Earth desktop client to access the data, but the feature is in development.

It is currently not known whether or not Google Mars will become a stand-alone program and if said program will include shots of the highly popular martian face or the martian pyramids.

Google Moon

Google Moon

In honor of the 36th anniversary of the Apollo 11 moon landing (July 20, 2005), Google took public domain imagery from NASA of the Moon, and integrated it into the Google Maps interface. 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. This tool also includs an easter egg, displaying a Swiss cheese design at the highest zoom level. Google Moon, as it is called, was linked from a special commemorative version of the Google logo displayed at the top of the main Google search page for the duration of July 20 (UTC).

Google Ride Finder

Google launched an experimental Google Maps-based tool called Ride Finder[2], 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 cities, including Chicago and San Francisco on a Google Maps street map.

Google Transit

In December 2005, Google launched Google Transit[3]. This is a beta web application (listed in Google Labs), that plans a trip using public transportation options. It is currently available for Portland, Oregon, Eugene, Oregon, Honolulu, Hawaii, Pittsburgh, Pennsylvania, Seattle, Washington, and Tampa, Florida in the USA. The service calculates route, transit time and cost, and can compare the trip to one using a car.

Copyright

Google Maps Terms and Conditions[4] state that usage of material from Google Maps is regulated by Google Terms of Service[5] and some aditional restrictions. Terms and Conditions, among other, 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 [...][6]

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. Google Earth representative Brian McLendon explained :

"The biggest challenge is the currency of data, the authenticy of data," .... In other words: The main complaints the Google guys get are "that's not my house" and "that's not my car." Google maps satellite images are not in real time; they are several years old. [7]

Google maps has gained most acclaim by web developers. GIS professionals however, tend to regard Google maps as a rather simplistic viewing tool compared to the features offered by standalone GIS applications.

There is also some disappointment among developers that the potential of Google's geocoding technology is limited by legal restrictions in some countries for web application development, notably the UK, where postcodes cannot be easily translated into latitudes and longitudes like Zip codes in the US. This is due to the crown copyright over this geographical data. Some sites have managed to circumvent this problem by purchasing their own postcode data and combining this with Google Maps. The usage of Google Maps on a large scale outside the US remains limited.

See also

  • WikiMapia a project aimed at "describing the whole planet earth". It is an Internet resource combining Google Maps and a "wiki" system.
  • List of Google services and tools
  • NASA World Wind
  • TerraServer-USA
  • Google Earth
  • Google Sightseeing
  • Virtual Earth
  • Placeopedia
  • Mobile GMaps
  • Pintomap

Comparable services

  • A9 Maps (This rival from Amazon.com offers detailed street level pictures taken from a van-mounted camera - for 24 US-cities only)
  • Ask.com Maps & Directions
  • Géoportail (A french rival offering detailed satellite pictures of french territories)
  • map.search.ch (Switzerland, the first Ajax map)
  • Map24
  • MapQuest
  • Multimap.com
  • Routenplaner24 (German)
  • Terralink International
  • Windows Live Local (Microsoft's answer to Google Maps, with road maps, aerial/satellite imagery, and street-level photos via the Windows Live Local Preview.)
    • TerraServer-USA (Public domain satellite imagery via Microsoft servers)
    • Virtual Earth (The original Microsoft service that powers the current Windows Live Local)
  • Yahoo! Maps

References

  1. ^ http://maps.google.com/maps?q=Georgetown,+Malaysia&spn=0.312132,0.515654&t=k&hl=en
  2. ^ http://www.decarta.com/
  3. ^ http://abcnews.go.com/Technology/wireStory?id=832264
  4. ^ http://www.housingmaps.com/
  5. ^ http://www.gooffcampus.com/
  6. ^ http://www.chicagocrime.org/
  7. ^ http://www.misdaadkaart.nl/
  8. ^ Google Maps API - Terms of use.
  9. ^ Google Maps API key.
  10. ^ Yahoo! Maps API.
  11. ^ http://mars.google.com/
  12. ^ http://www.google.com/mars/about.html

External links

  • Google Maps
  • Mobile phone version
  • Google Moon
  • Google Earth
  • Google Mars
  • Google Maps API

Google Maps discussion websites

  • Google Maps Mania, a blog tracking the websites, ideas and tools being influenced by Google Maps
  • Google Maps Google group
  • Google Maps API Google group

Examples of web tools employing Google Maps

  • Incidentlog.com, real-time and historic archive of police, fire, and 911 incidents for many major U.S. cities.
  • Cell Phone Reception and Tower Search, graphical cell phone reception and tower locator compiled from the FCC's antenna registration database (US Only).
  • Google Maps Route Planner, clickable arbitrary-point driving direction generator.

Websites collecting Google Maps aerial views

  • List of images compiled by Wikipedia users
  • Google Sightseeing Showcase site of interesting views
  • Virtual Globetrotting Archival site of interesting views
  • Sightseeing with Google Satellite Maps Over 8000 US and international sites
Search Term: "Google_Maps"
google maps news and google maps articles

Here's our top rated google maps links for the day:

JewishJournal.com 

The Jewish Journal of Greater Los Angeles - Nov 16 2:07 PM
Pico Robertson from the air (Google Maps.) You walk into an elegant, minimalist little building on the corner of Pico and Doheny in the heart of the hood. It's Shabbat, and you've come to pray.

Google Map Search Wizard 
Addict 3D - Nov 16 12:29 AM
Google now offers a Map Search Wizard to include a searchable Google Maps widget in your site. (I couldn’t get this to work – for some reason, when including the snippet here it will alert that “The Google Maps API key used on this web site registered for a different web site.

Open-source project treads on Google Maps turf 
CNET - Nov 13 10:06 AM
Volunteers with GPS devices aim to map the planet and loosen the grip of government on geographic data.

Thank you for viewing the google maps page google maps. 

google map
googlemaps
goole maps
google maos
gooogle maps
googlr maps
googl maps
google mapa
google mas
ggoogle maps
foogle maps
goodle maps
google mapps
googgle maps
googe maps
googlee maps

 

Popular Related Searches:

google maps
maps google
google earth maps
google maps uk
maps google com
view maps search google web find share
google maps canada
cheap gas google maps
google satellite maps
maps google uk
google sat maps
google map maps google com site
google satelite maps
google oakland maps
google maps api
maps google ocm
www maps google com
google maps 321 yancy drive marietta ga
google maps russia
map maps google
maps google se
boscombe maps bournemouth google
google maps satelite
google maps usa
google site maps
google aerial maps
google and maps
google satillite maps
google stite maps
maps from google
google eq maps
google maps page
google maps sattelite
maps google co
maps google com q 1820 zaminder st nw pa m
earth google maps
google arialview maps
google gps maps
google maps 321 yancy drive marietta
google maps satellite
google road maps
google satalite maps
maps at google
maps dpwnlood google
www google maps
dubai google maps
google beta maps
google maps pl
google maps sat
google maps tenarife
google maps toronto
google maps wallpaper
google maps widget
google photo maps
malaysia maps google earth
maps in google
use google maps
download google maps
google 3d maps
google maps 3d
google maps i local
google maps mp3
google maps pocket pc
google maps quebec
google maps san francisco
google uk maps
maps google fr
maps on google
new google maps
php google maps
google arieal maps
google eart maps
google maps 265 west san antonio street new braunfels
google maps and calgary
google maps and driving directions
google maps and images
google maps australia
google maps boshehr
google maps europe
google maps hack
google maps mississauga
google maps release
google maps satellite images
google maps ufo
google maps zoom
google online maps
google sadelit maps
google satelate maps
maps google net
r google maps
sightseeing google maps
adelaide google maps
com google maps
google city maps
google com maps
google free maps
google maps aerial
google maps and
google maps beta
google maps colosseo
google maps com
google maps download
google maps florida
google maps great lakes
google maps hiking
google maps italy
google maps metric
google maps on tucker
google maps pamplona
google maps satalite
google maps sattilate images
google maps that you can see your house from
google satelit maps
google the new maps
google weather maps
google world maps
itinerary google maps
maps 2005 google com
maps de google
maps google co uk
maps google krakow
maps google madrid
maps of google
search maps google com
via google maps
area 51 google maps
b2 google maps
google driving maps
google google maps
google maps bolivia nc
google maps chicago
google maps co
google maps com poland
google maps cool
google maps cta
google maps directions canada
google maps driving directions
google maps dublin web cameras
google maps france
google maps mayas
google maps military
google maps pedometer
google maps st11 9sf
google maps technique
google maps the moon
google maps tutorial
google pa maps
google words maps
heart maps google
maps google com ar
maps google commaps q clay county florida
maps google con
maps google pl
maps satellite katrina google
site maps google
uk maps google
ver google maps
www google maps com 2f
wwww maps google com
arial maps google
aurora google maps
craigs list google maps
gas buddy and google maps
google areial maps
google arial maps
google maps 10711 lovell rd
google maps and directions
google maps craigs list real estate
google maps deutschland
google maps espana
google maps geo
google maps gps
google maps indiana
google maps latitude longitude
google maps maps
google maps mesh
google maps of usa
google maps ontario
google maps photos
google maps toronto 4pebble hill
google maps vancouver
google satalte maps
keres maps google com
maps avec google
maps google be
maps google com http
maps google earth
maps google es
maps google global
maps google holland
maps google satellite com
pesquisar maps google
site maps google com
tour google maps
ufo maps google
view google maps
www google maps beta pl
www maps google fr
a few minutes with google maps central
free download google maps
google 5000 maps
google a maps
google air maps
google heart maps
google map maps
google maps api 5c 22 5c 22version
google maps craigslist
google maps crime
google maps europa
google maps for the canyon
google maps french
google maps hacks
google maps help faq
google maps hurricane katrina
google maps in uk
google maps katowice poland
google maps mashup
google maps mods
google maps pl satelite
google maps predators florida
google maps pro
google maps program
google maps provides directions
google maps rimouski
google maps sattellite
google maps service
google mapsogle maps
google sattelite maps
google sattilte maps
google sattlite maps
google street maps
http maps google co uk
info http local google com maps
info http www google com search
maps and google
maps directions google
maps google de
maps google italy
maps google katrina
public virtual memorystream google maps
satelite maps google
tczew google maps
www google maps com
www google maps fr
www google maps it
www maps google
www maps google pl
yahoo google maps
adding shapefiles to google maps
animate google maps route bookmarklet
cool google maps
craigslist google maps
current google earth maps
download google earth maps
download maps google
g maps google
google 3 d maps
google ariel maps
google australia satellite maps
google cartes maps
google digital maps
google directions maps
google maps a boon to hunters
google maps and road trip
google maps api examples
google maps argentina
google maps blog
google maps calgary
google maps com mx
google maps demographics
google maps directions
google maps earth free version
google maps explorer
google maps explorer satellite
google maps explorer satellite settings zoom
google maps for ceder piont ohio
google maps gas
google maps mania
google maps mexico
google maps plus
google maps spain
google maps tenerife
google satelite maps australia
google town maps
google us maps
hotels google maps
http maps google
http maps google commaps oi map
maps by google
maps google canada
maps google co jp
maps google commaps q lakesdr florida
maps google monde
maps satellite google
pesquisar maps google com
satellitenbilder google maps
to google maps
www maps google cl
www maps google com ar
www maps google cpm
www maps google es
wyszukaj ww maps google pl
about google maps
com google http maps
dubai city google maps
earts google maps
google earht maps
google global maps
google interactive maps
google maps .com
google maps always display marker
google maps austin texas
google maps barreiras
google maps beta service
google maps brazil
google maps dubai
google maps en francois
google maps ez main
google maps go mobile
google maps hacking and bookmarklets
google maps homes
google maps in ontario
google maps in spanish
google maps istanbul
google maps madrid
google maps of italy
google maps of the world
google maps ontario canada
google maps salelite
google maps satillite
google maps sightseeing
google maps wroclaw poland
google satelittle maps
google satilite maps
google search maps
google world maps satellite
http maps google com
info http directory google com t
keyhole now live on google maps
maps google cl
maps of campbell river google maps
search maps google
www google earth maps
www google maps comom
www google maps pl
wyszukaj google maps com
wyszukaj maps google com
ara maps google com
canada google maps
earth maps google
embed google maps easily
google canada maps
google close up maps
google com maps url
google earth satellite maps
google geographic maps
google intell maps
google maps 2ccom
google maps activex is not enabled in your browser
google maps amazonas
google maps brindisi
google maps buscando ruinas
google maps confronto
google maps direction
google maps examples
google maps for washington and idaho
google maps forsbrook stoke on trent st11 9sf
google maps honduras
google maps in toronto
google maps internet explorer error
google maps ireland
google maps katrina
google maps lat long
google maps miami
google maps mobile
google maps moon
google maps new orleans
google maps new york
google maps of colorado
google maps of mississippi
google maps of the nnon
google maps ontario canada satelite
google maps portugal
google maps real estate craigs list
google maps rome ny
google maps satellite pictures
google maps search
google maps south africa
google maps space
google maps weird
google massachusetts maps
google space maps
google stoke street maps tunstall
google travel maps
googlesightseeing google maps earth
houston maps google
how to code maps google with addresses
info http images google com maps
info http maps google com
maps google beta
maps google com tr
maps google it
maps google london
maps google satalite
maps google satelit
maps sound beach blvd google
programa maps google
rechercher www maps google com
satellite maps google terraserver
search google maps
stockport google maps
what do you get if you cross google maps with
ww google maps com
ww maps google com
www google maps com br
www maps google co uk
www maps google com i
www maps google comcls cb
address kwikmaps maps connect contacts google
address kwikmaps maps connect contacts google load
address kwikmaps maps connect contacts google load selected
better than google maps
com google maps www
craigs list and google maps
google & maps
google + maps
google com search q everquest maps
google craigslist maps
google earth google maps the world in 3d
google location maps isometric
google maps aerial photographs
google maps and gps
google maps and satelites
google maps bronx
google maps cancun
google maps cool places
google maps europe satellite
google maps francais
google maps hackeado
google maps hamilton ontario
google maps keyhole
google maps kolkata
google maps montreal
google maps no highway
google maps nouveau
google maps of canada
google maps of queensland aust
google maps of the moon
google maps online download
google maps page address
google maps page address kwikmaps
google maps page address kwikmaps connect
google maps page address kwikmaps connect contacts
google maps plot points
google maps to map a trip itinerary