UserPuckCourseView

@MainActor
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.")
    @MainActor
    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.")
    @MainActor
    public var staleInterval: TimeInterval
  • Gives the ability to minimize UserPuckCourseView when NavigationCameraState is in the .overview mode.

    Declaration

    Swift

    @MainActor
    public var minimizesInOverview: Bool