pedestrianSpeedInMetersPerSecond property

double pedestrianSpeedInMetersPerSecond
getter/setter pair

Walking speed in meters per second. Influences the duration of walking segments from origin to a station, from a station to destination and in-between the stations (e.g. if transfer is needed). The provided value must be in the range [0.5, 2.0]. The default value is 1.0 mps.

Implementation

double pedestrianSpeedInMetersPerSecond;