Package-level declarations
Types
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.
Represents a link between two intersections. Contains information about the road segment, geometry points, and speed limits.
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.
Contains metadata for an autopilot route including navigation steps and links. This class aggregates all the processed information needed for autopilot functionality.