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.
Since
0.10.0
Inheritors
Functions
Direction that the camera is pointing in, in degrees clockwise from north.
List of points that must be visible in the camera view to show full route overview.
The location that the camera is pointing at.
The angle, in degrees, of the camera angle from the nadir (directly facing the Earth). See tilt(float) for details of restrictions on the range of values.
Zoom level near the center of the screen. See zoom(float) for the definition of the camera's zoom level.