PedestrianProfile
public struct PedestrianProfile : Hashable
Contains values of pedestrian profile. This is a BETA feature and thus there can be bugs and unexpected behavior.
-
Defines the walking speed in meters per second. By default this value is 1 meter per second.
Declaration
Swift
public var walkingSpeedInMetersPerSecond: Double -
Creates a new instance.
Declaration
Swift
public init(walkingSpeedInMetersPerSecond: Double = 1.0)