UserPuckCourseView
public class UserPuckCourseView : UIView, CourseUpdatable
A view representing the user’s location on screen.
-
Time interval tick at which Puck view is transitioning into ‘stale’ state
Declaration
Swift
public var staleRefreshInterval: TimeInterval { get set }
-
Time interval, after which Puck is considered 100% ‘stale’
Declaration
Swift
public var staleInterval: TimeInterval
-
Transforms the location of the user puck.
Declaration
Swift
public func update(location: CLLocation, pitch: CGFloat, direction: CLLocationDegrees, animated: Bool, tracksUserCourse: Bool)