NavigationCamera

open fun NavigationCamera(mapboxMap: MapboxMap)

Creates an instance of NavigationCamera.

Camera will start tracking current user location by default.

Parameters

mapboxMap

for moving the camera

@TestOnly()
open fun NavigationCamera(mapboxMap: MapboxMap, navigation: MapboxNavigation, locationComponent: LocationComponent)