Package-level declarations
Types
Link copied to clipboard
interface Camera
This class handles calculating all properties necessary to configure the camera position while routing. The MapLibreNavigation uses a SimpleCamera by default. If you would like to customize the camera position, create a concrete implementation of this class or subclass SimpleCamera and set it on MapLibreNavigation constructor.
Link copied to clipboard
data class RouteInformation(val route: DirectionsRoute?, val location: Location?, val routeProgress: RouteProgress?)
This class holds all information related to a route and a user's progress along the route. It also provides useful information (screen configuration and target distance) which can be used to make additional configuration changes to the map's camera.
Link copied to clipboard
The default camera used by MapLibreNavigation.