Camera
abstract class Camera
Content copied to clipboard
This class handles calculating camera's zoom and tilt properties while routing. The NavigationMapboxMap uses a SimpleCamera by default. If you would like to customize the camera properties, create a concrete implementation of this class or subclass SimpleCamera and update NavigationMapboxMap.setCamera or NavigationViewOptions.Builder.camera.