ReplayLocationManager
public class ReplayLocationManager: NavigationLocationManager
ReplayLocationManager replays an array of locations exactly as they were
recorded with the single exception of the location’s timestamp which will be
adjusted by interval between locations.
-
speedMultiplieradjusts the speed of the replay.Declaration
Swift
public var speedMultiplier: TimeInterval = 1 -
locationsto be replayed. These locations must be sorted by timestamp.Declaration
Swift
public var locations: [CLLocation]!
Install in Dash
ReplayLocationManager Class Reference