Make use of Google Earth's detailed globe by tilting the map to save a perfect 3D view or diving into Street View for a 360 experience. Share your story with the world
- Google Earth Web
Grab the helm and go on an adventure in Google Earth.
- Earth Versions
With Google Earth for Chrome, fly anywhere in seconds and...
- Earth Engine
Earth Engine combines a multi-petabyte catalog of satellite...
- Earth Studio
Earth Studio is an animation tool for Google Earth’s...
- Earth VR
Google Earth VR puts the whole world within your reach. Take...
- Earth Outreach
Google Earth Outreach empowers you to create positive change...
- Thank You
With Google Earth for Chrome, fly anywhere in seconds and...
- Earth View
Earth View is a collection of the most striking and...
- Discover Street View and Contribute Your Own Imagery to Google Maps
Learn how to navigate and use Street View. Explore the world...
- Resources
Driving geoliteracy as a fundamental life skill for students...
- Google Earth Web
Make use of Google Earth's detailed globe by tilting the map to save a perfect 3D view or diving into Street View for a 360 experience. Share your story with the world Collaborate with others like a Google Doc and share your story as a presentation.
Zoom - displays a slider or "+/-" buttons to control the zoom level of the map. Pan - displays a pan control for panning the map. MapType - lets the user toggle between map types (roadmap and satellite) Street View - displays a Pegman icon which can be dragged to the map to enable Street View.
Code sample
zoomControl: true,zoomControlOptions: {style: google.maps.ZoomControlStyle.SMALL}People also ask
What is the difference between Zoom and Street View?
What is the zoom level in Google Maps?
How to view satellite images in Google Maps?
What is Google Earth Street View?
Google Earth is a free program from Google that allows you to "fly" over a virtual globe and view the Earth through high-resolution graphics and satellite images. It is greatly superior to static maps and satellite images. Google Earth gives you a drone's-eye view of the world below.
- Overview
- Maxzoom Requests
- Maxzoom Responses
The Google Maps API provides map tiles at various zoom levelsfor map type imagery. Most roadmap imagery is available from zoom levels 0 to 18, for example. Satellite imagery varies more widely as this imagery is not generated, but directly photographed. Because satellite imagery is not always available at high zoom levels for remote locations — spa...
Accessing the MaxZoomService is asynchronous, since the Google Maps API needs to make a call to an external server. For that reason, you need to pass a callbackmethod to execute upon completion of the request. This callback method should process the result. To initiate a request to the MaxZoomService, call getMaxZoomAtLatLng(), passing the LatLngof...
When getMaxZoomAtLatLng() executes the callbackfunction, it will pass back two parameters: 1. status contains the MaxZoomStatusof the request. 2. zoomcontains the zoom level. If for some reason the service fails, this value will not be present. The statuscode may return one of the following values: 1. OKindicates that the service found the maximum ...
Jun 9, 2022 · NASA’s Worldview is a real-time satellite map that is available online. It shows satellite imagery, real-time cloud cover, and 800+ layers of the world. It uses Corrected Reflectance (True Color) from Terra/MODIS that refreshes daily. But the platform is able to publish images generally within 60 to 125 minutes after a satellite observation.