Result
data class Result( val roadTypeName: String?, val tags: Map<String, String>, val certitude: Certitude)
Content copied to clipboard
The result of looking for the speed limits via getSpeedLimits. It includes the road type name, the maxspeed tags that road type is assumed to have implicitly and a Certitude.
Constructors
Properties
Link copied to clipboard
The tags include only the tags that should be added to the tags specified in getSpeedLimits. In particular, if a maxspeed is already specified in the input tags, there will not be a maxspeed in these tags, the same with any subtags. Also, if the maximum speed is lower than a maximum speed for a vehicle type (or conditional speed), that speed is also left out.