📄️ Get started with positioning
The Positioning module enables your application to obtain and utilize location data, serving as the foundation for features like navigation, tracking, and location-based services. This data can be sourced either from the device's GPS or from a custom data source, offering flexibility to suit diverse application needs.
📄️ Show location on map
The location of the device is shown by default using an arrow position tracker. If `setLiveDataSource` has been successfully set and the required permissions were granted then the position tracker showing the current location should be visible on the map as an arrow.
📄️ Custom positioning
The Maps SDK for Flutter allows setting custom data source with the PositionService to dynamically manage and simulate location data. This approach allows for external or simulated positioning data, providing flexibility beyond traditional GPS signals, and is ideal for testing or custom tracking solutions.
📄️ Recorder
The Recorder module is a comprehensive tool designed for managing sensor data recording.