Package-level declarations

Types

Link copied to clipboard

Interface for a Guidance Instruction. Contains a set of attributes common to all GuidanceInstructions. e.g., 'Turn right', 'Keep left', 'Take the ferry', 'Take the motorway', 'Arrive'.

Link copied to clipboard
data class Road(val name: String, val numbers: List<String>, val shields: List<RoadShield>, val types: Set<RoadType> = emptySet())

Road information relating to a GuidanceInstruction.

Link copied to clipboard
data class Signpost(val exitNumber: String = "", val exitName: String = "", val towardName: String = "")

Signpost information for a GuidanceInstruction.