Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set google.maps.MapTypeId to earth view in Google Maps

How can I configure Google Maps to show in Earth View? I am using Google Maps V3

like image 996
Bill Avatar asked Jan 25 '12 08:01

Bill


1 Answers

The following map types are available in the Google Maps API:

MapTypeId.ROADMAP displays the default road map view

MapTypeId.SATELLITE displays Google Earth satellite images

MapTypeId.HYBRID displays a mixture of normal and satellite views

MapTypeId.TERRAIN displays a physical map based on terrain information.

eg. https://developers.google.com/maps/documentation/javascript/maptypes

like image 147
Rohit Suthar Avatar answered Oct 31 '22 10:10

Rohit Suthar