JunctionView
public class JunctionView : UIImageView
A junction view shows an image depicting the layout of a highway junction.
As the user approaches certain junctions, an enlarged illustration of the junction appears in this view to help the user understand a complex maneuver. A junction view only appears when the relevant data is available.
-
Shows the junction view, optionally with a fade animation.
Declaration
Swift
public func show(animated: Bool = false)
-
Updates the quaternary guidance view banner image with a given
VisualInstructionBanner
.Declaration
Swift
public func update(for visualInstruction: VisualInstructionBanner?, service: NavigationService)
-
Hides the junction view.
Declaration
Swift
public func hide(delay: TimeInterval = 0, animated: Bool = true)