Maps & 3D Scene¶
We provide developers with powerful tools to create interactive, visually appealing map-based applications. These examples demonstrate how to customize maps, integrate user interactions, and enhance functionality with features like gestures, markers, shapes, multiple views, and offline maps.
Explore the examples below to understand the core functionalities and start building your own immersive mapping solutions.
Examples & Descriptions¶
Hello Map
Description: Demonstrates how to initialize and display a simple map as the foundational step for all mapping applications.
Map Styles
Description: Shows how to apply and switch between predefined map styles, such as satellite, terrain, or hybrid views.
Asset Map Styles
Description: Demonstrates how to apply a custom map style using an external style file stored as an asset in your project.
Center Coordinates
Description: Illustrates how to center the map on specific geographic coordinates programmatically.
Map Gestures
Description: Explains how to enable user gestures such as panning, zooming, and rotating to interact with the map.
Map Compass
Description: Adds a compass widget to the map, indicating the orientation of the map.
Map Perspective
Description: Demonstrates how to adjust the perspective of the map to a tilted 3D view.
Follow Position
Description: Shows how to follow a user’s real-time location dynamically on the map.
Custom Position Icon
Description: Explains how to use a custom icon to represent the user’s location on the map.
Add Markers
Description: Demonstrates how to place and customize markers on the map.
Draw Shapes
Description: Shows how to draw shapes like polygons, circles, or lines on the map to highlight areas or routes.
Multiview Map
Description: Illustrates how to display multiple map views within a single application screen.
Overlapped Maps
Description: Demonstrates how to overlay multiple maps with different data layers on top of each other.
Map Selection
Description: Explains how to allow users to select specific points or areas on the map.
Map Download
Description: Demonstrates how to download map data for offline usage.
Map Updates
Description: Explains how to programmatically update map settings, styles, or content dynamically.
This detailed introduction not only organizes the examples effectively but also provides links to relevant documentation, helping developers navigate and apply the concepts efficiently. Let me know if you’d like to refine this further!