createCameraModeOverride
open fun createCameraModeOverride(cameraModeOverrideContext: CameraModeOverrideContext): Flow<MapCameraMode?>
When the returned Flow emits a non-null value, that map camera mode will be used. If null is emitted, or no value is emitted, the setting of the map camera mode will behave in the default way.
Supported MapCameraMode values are: MapCameraMode.FollowRoute2d, MapCameraMode.FollowRoute3d, MapCameraMode.NorthUp, MapCameraMode.RouteOverview and null
.
By default returns an empty flow.