📄️ Get started with maps
The Maps SDK for Flutter delivers powerful mapping capabilities, enabling developers to effortlessly integrate dynamic map views into their applications. Core features include embedding and customizing map views, controlling displayed locations, and fine-tuning map properties. At the center of the mapping API is the GemMap, a subclass of StatefulWidget, offering a wide range of configurable options.
📄️ Adjust the map view
The Maps SDK for Flutter provides multiple ways to modify the map view, center on coordinates or areas, including `GemView` functionality for exploring different perspectives.
📄️ Interact with the map
The Maps SDK for Flutter map view natively supports common gestures like pinch and double-tap for zooming. The table below outlines the available gestures and their default behaviors on the map.
🗃️ Display map items
6 items
📄️ Styling
The appearance of the map can be tailored by applying different styles. You can either download a predefined map style using the `ContentStore` class, which offers a variety of ready-to-use styles, or create a custom style using Magic Lane Map Studio which you can download and configure. In this guide, we’ll explore both methods in detail.