Package-level declarations
Types
Link copied to clipboard
interface GuidanceInstruction
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.