Map Tiles API overview
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
The Map Tiles API provides access to Google's 2D and photorealistic 3D Tiles for building custom map experiences.
Use the Map Tiles API to create immersive visualizations, build maps without JavaScript or Mobile SDKs, and access extensive Street View metadata.
Choose from Roadmap, Satellite, Terrain, Street View, and Photorealistic 3D map themes for your application.
Follow the provided steps to set up your Google Cloud project, get an API key and session token, and request desired map tiles.
Photorealistic 3D Tiles can be accessed by specifying a root tileset URL to a compatible 3D Tiles renderer.
European Economic Area (EEA) developers
[画像:Tile API overview]The Map Tiles API gives you direct access to Google's 2D
Tiles and Photorealistic 3D Tiles. 2D Tiles are image files that depict the
world divided into an indexed grid. Like 2D Tiles, 3D Tiles are image
files, but they contain photorealistic imagery of buildings, monuments, and
other POI, which you have to zoom in to see. You can use 2D and 3D Tiles to
build a Google Maps-based immersive experience into your own application.
Why use the Map Tiles API
Map Tiles API is for Google customers who:
Want to build maps experiences without using JavaScript or Mobile SDKs.
On the desktop, with non-web-based custom apps.
For custom hardware and other tools that need a map.
For navigation systems for automotive and aviation.
Want more metadata for Street View than is provided by the Street View Service
or Static Street View API.
Want to create highly customized and immersive visualizations in 2D and 3D.
6Retrieve viewport information
For basemap, satellite, and terrain tiles, you can
retrieve viewport information
to get details about the displayed tiles. Viewport requests tell you which
regions have imagery, and at what zoom levels, because not all regions
support the maximum zoom level of 22.
3Get an API key
Create and secure an API key. For more information, see
Use API Keys.
4Request 3D Photorealistic Tiles
Once you have your API key, you can begin accessing photorealistic tiles
by specifying a root tileset URL to a 3D Tiles renderer of your choice. For
more information, see
Getting 3D tiles
[[["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 2026年09月01日 UTC."],[],["The Map Tiles API offers access to Google's 2D and photorealistic 3D Tiles for building custom map experiences. Available themes include roadmap, satellite, terrain, Street View, and photorealistic 3D. To use the API, you must review the terms, set up a Google Cloud project, and obtain an API key. 2D tile usage requires a session token before requesting tiles, and optional viewport information can be retrieved. 3D tile access only needs the API key.\n"]]