New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
Stay organized with collections
Save and categorize content based on your preferences.
Photorealistic 3D Tiles are a 3D mesh textured with high
resolution imagery. They offer high-resolution 3D maps in many of the world's
populated areas. They let you power next-generation, immersive 3D
visualization experiences to help your users:
Understand an area
Confidently navigate to a location
Evaluate new places to make decisions
Understand how the real world changes
Before you begin
Before you start using the Photorealistic 3D Tiles API, you need to review the
Terms of Service and
Map Tiles API Policies. You may then
start a project with a billing account and enable the Map Tiles API. To
learn more, see Setup in Cloud Console.
Getting tiles
After obtaining your API key, you can
begin accessing photorealistic tiles by specifying a root tileset URL to a 3D
Tiles renderer of your choice. After that, all subsequent calls for
photorealistic tiles are automatically made by the renderer as the end user
explores the map.
The render can make at least three hours of tile requests from a single root
tileset request. After reaching this limit, you must make another root tileset
request.
As an example, you can use the following JavaScript code to start exploring 3D
Tiles with Cesium
JS.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-29 UTC."],[[["Photorealistic 3D Tiles provide high-resolution 3D maps of populated areas, enabling immersive visualization experiences for users."],["These tiles help users understand, navigate, evaluate, and monitor changes in real-world locations."],["To use the API, review the Terms of Service, Map Tiles API Policies, set up a billing account, enable the Map Tiles API, and obtain an API key."],["Access tiles by providing a root tileset URL to a compatible 3D Tiles renderer (like CesiumJS) and ensure the renderer supports copyright attribution."],["A single root tileset request allows for at least three hours of tile requests before requiring a new request."]]],[]]