TerrainVehicleType.RoadSpeeds Property
Gets a list of road speeds for road classes 1, 2, 3, ...
Syntax
public DoubleCollection RoadSpeeds { get; }
Property Value
Default: [100.0, 80.0, 60.0, 40.0, 20.0]
A list of road speeds for road classes 1, 2, 3, ...
Remarks
This property shall describe the vehicle speeds for an arbitrary number of road classes that represent the quality of the roads. The usual convention would be to let the road class 1 represent the best quality, road class 2 the second best, etc., but this is not mandatory. The road classification system is not specified by Carmenta, but it must be the same as the system used by TerrainMobilityOperator.RoadClass, which evaluates the road class for each road feature. In practice, it is the available attributes on your road dataset that determine the number of road classes. For example, if you use the SPEED_CAT attribute of HERE datasets, you would get eight road classes.
Any given speed that is 0.5 km/h or less will be treated as zero.
It is assumed that the slope and side-slope of a road does not affect the vehicle speed, but snow on the road will decrease the speed (see SnowDepthMax).
Platforms
Windows, Linux, Android