Package-level declarations

Types

Link copied to clipboard

Helper class for creating autopilot metadata from navigation routes. This class processes navigation routes and extracts relevant information for autopilot functionality, including links and navigation steps.

Link copied to clipboard

Represents a link between two intersections. Contains information about the road segment, geometry points, and speed limits.

Link copied to clipboard

Represents a navigation step in an autopilot route. Contains information about the step geometry, intersections, and arrival type. This type is similar to LegStep but with additional information. The list of route's LegSteps and AutopilotNavigationSteps might be different because during route processing, synthetic intersections (for example, destination step) might be filtered out.

Link copied to clipboard

Contains metadata for an autopilot route including navigation steps and links. This class aggregates all the processed information needed for autopilot functionality.