SimulationOptions
public struct SimulationOptions
-
Declaration
Swift
public let inLoop: Bool -
Declaration
Swift
public let timeInterval: DispatchTimeInterval -
Declaration
Swift
public let restartDelay: DispatchTimeInterval -
Declaration
Swift
public let altitude: CLLocationDistance? -
Declaration
Swift
public let deviationRange: ClosedRange<CLLocationDirection>? -
Declaration
Swift
public let simulateHeading: Bool -
Declaration
Swift
public init( inLoop: Bool = false, timeInterval: DispatchTimeInterval = .milliseconds(200), restartDelay: DispatchTimeInterval = .seconds(2), altitude: CLLocationDistance? = nil, deviationRange: ClosedRange<CLLocationDirection>? = nil, simulateHeading: Bool = false )
View on GitHub