Package-level declarations

Types

Link copied to clipboard

Specifies whether to include announcement points in instructions. Supported only in routing with extended guidance.

Link copied to clipboard

Specifies whether to include extended guidance sections in the response, such as sections of type road shield, lane, and speed limit.

Link copied to clipboard
class GuidanceOptions constructor(guidanceVersion: OnlineApiVersion = OnlineApiVersion.v1, instructionType: InstructionType = InstructionType.Text, language: Locale = Locale.ENGLISH, roadShieldReferences: RoadShieldReferences = RoadShieldReferences.None, announcementPoints: AnnouncementPoints = AnnouncementPoints.None, phoneticsType: InstructionPhoneticsType = InstructionPhoneticsType.None, extendedSections: ExtendedSections = ExtendedSections.None, progressPoints: ProgressPoints = ProgressPoints.None)

Specifies options related to instructions.

Link copied to clipboard

Specifies whether to include the phonetic transcription of street names, signpost text, and road numbers in the instruction.

Link copied to clipboard

Represents the 'instructionsType' parameter in a request to the Routing API.

Link copied to clipboard

Enumerates the available versions of online guidance API. Possible values are: 1: Provides standard guidance features. This value is deprecated and you are encouraged to use v2 instead. 2: (default) Provides improved guidance features.

Link copied to clipboard

Specifies whether to include progress points in a response.

Link copied to clipboard

Specifies whether to include road shield references into the external road shields atlas.

Link copied to clipboard
class RouteIncrementOptions(val route: Route, val planningOptions: RoutePlanningOptions)

Options for calculating route contents.