UserPuckCourseView
open 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
@available(*, deprecated, message: "No stale status in active navigation anymore.") public var staleRefreshInterval: TimeInterval
-
Time interval, after which Puck is considered 100% ‘stale’
Declaration
Swift
@available(*, deprecated, message: "No stale status in active navigation anymore.") public var staleInterval: TimeInterval
-
Gives the ability to minimize
UserPuckCourseView
whenNavigationCameraState
is in the.overview
mode.Declaration
Swift
public var minimizesInOverview: Bool
-
Transforms the location of the user location indicator layer.
Declaration
Swift
open func update(location: CLLocation, pitch: CGFloat, direction: CLLocationDegrees, animated: Bool, navigationCameraState: NavigationCameraState)