Structure for setting the mode of driving with constant speed.
public init( speed: Double = 0 )
speed
Double
var speed
Travel speed in m/s. Only values >= 0 are acceptable.