GuidanceNextManeuverView
@IBDesignable
open class GuidanceNextManeuverView : UIView
View for displaying the next maneuver data including maneuver icon, distance and street name.
-
The view model used to populate the next maneuver view.
See moreDeclaration
Swift
public struct ViewModel
-
Sets the view’s foreground color, i.e. the color for the maneuver icon, distance etc. The default value is
UIColor.colorForegroundSecondaryLight
.Declaration
Swift
public var foregroundColor: UIColor { get set }
-
Configures the label’s content.
Declaration
Swift
public func configure(with model: ViewModel)
Parameters
model
The model used to configure the view.