Package-level declarations

Types

Link copied to clipboard

The type of navigation guidance. It defines the behavior of the camera and the route around navigation events such as start, end, reaching waypoint or destination, etc. It also defines route events like deviation, change, information update, progress change, and so on.

Link copied to clipboard

The source of navigation events used by NavigationVisualization. The client can use this module to dispatch navigation events to the navigation visualization.

Link copied to clipboard

Create instances of NavigationEventDispatcher that are used by NavigationVisualization as a source of navigation events.

Link copied to clipboard

Entry point for all methods related to the navigation visualization.

Link copied to clipboard
Link copied to clipboard
class StyleConfiguration(val route: RouteStyle = RouteStyle(), val routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle(), var safetyLocationStyle: SafetyLocationStyle = SafetyLocationStyle())

Represents a style configuration for the elements of the navigation visualization.