-
If new location is not provided during
updatingPatience
- status will be polled unconditionally.If
nil
- default value will be used.Declaration
Swift
public var updatingPatience: TimeInterval?
-
Interval of unconditional status polling.
If
nil
- default value will be used.Declaration
Swift
public var updatingInterval: TimeInterval?
-
Creates new
StatusUpdatingSettings
.Declaration
Swift
public init(updatingPatience: TimeInterval? = nil, updatingInterval: TimeInterval? = nil)
Parameters
updatingPatience
patience time before unconditional status polling.
updatingInterval
unconditional polling interval.