speedLimitInMetersPerSecond property

double? speedLimitInMetersPerSecond
getter/setter pair

Regular speed limit if available. In case of unbounded speed limit, the value is zero.

Note: When following a route, then this value will depend on the selected transport mode. For other speed limits, like weather-dependent speed limits only the value as shown on the local road sign is provided. It may not be applicable to all transport modes. For tracking mode (without following a route), the VehicleProfile is ignored and only the speed limit from the local road sign is provided or the regular speed limit for a particular type of road or area like regular inner-city speed limits.

Implementation

double? speedLimitInMetersPerSecond;