Overview
  • Authentication
  • Multilingual Language Support
  • Routing APIs
    • Directions API
    • Directions Basic API
    • Distance Matrix API
    • Distance Matrix Basic API
    • Route Optimizer API
    • Fleet Planner API
  • Roads APIs
    • Snap To Road API
    • Nearest Roads API
    • Speed Limits API
  • Places APIs
    • Autocomplete API
    • Place Details API
    • Advance Place Details API
    • Nearby Search API
    • Advance Nearby Search API
    • Photo API
    • Text Search API
    • Address Validation API
    • Geofencing API
    • Elevation API
  • Geocoding
    • Geocoding API
    • Reverse Geocoding API
  • Map Tiles
    • 2D Tiles
      • Overview
      • Vector Tiles API
      • Static Tiles API
    • 3D Tiles
      • Overview and Integration
    • Style Editor
  • Navigation SDKs
    • Navigation SDK - Android
    • Navigation SDK - iOS
  • Map SDKs
    • Map SDK - iOS
    • Map SDK - Android
  • Places SDKs
    • Places SDK - Android
    • Places SDK - iOS
  • Web SDK
    • SDK Setup
    • Adding Markers
    • Events & Controls
    • Static Maps
    • Geolocation
    • Adding Shapes
    • Marker Clustering
    • Heatmap Layer
    • Ground Overlays
    • Custom Overlays
  • Ola Maps MCP
    • MCP Overview
    • Ola Maps MCP Server
  • Street View

3D Tiles

3D Tiles are high-fidelity map tiles that encapsulate 3D geospatial data in the OGC 3D Tiles format.  These tiles enable you to render intricate 3D maps using your preferred 3D Tiles renderer or leverage an open-source library designed for advanced 3D geospatial visualization.

Why use 3D tiles

By leveraging Ola Map’s 3D Tiles, users can explore areas in a way that closely resembles the real world. This level of realism helps bridge the gap between raw data and practical understanding, making it easier to interpret complex spatial relationships and contextualize information.  Some of the use-cases for 3D tiles can be :
  • Tourism and Virtual Exploration
  • Urban Planning and Development
  • Real Estate
Description of the image

How to integrate Ola Maps 3D Tiles

You can integrate and directly use Ola Maps 3D tiles with the Ola Maps Web SDK, without the need to implement your own renderer. An example snippet is given for your reference.
If you want to implement your own renderer then you can explore available open-source 3D Tiles renderers, such as deck.gl and CesiumJs.