WayNameView
@objc(MBWayNameView)
open class WayNameView : UIView
A host view for WayNameLabel that shows a road name and a shield icon.
WayNameView is hidden or shown depending on the road name information availability. In case if
such information is not present, WayNameView is automatically hidden. If you’d like to completely
hide WayNameView set WayNameView.isHidden property to true.
-
The background color of the
WayNameView.Declaration
Swift
@objc dynamic public override var backgroundColor: UIColor? { get set } -
The color of the
WayNameView‘s border.Declaration
Swift
@objc dynamic public var borderColor: UIColor? { get set } -
The width of the
WayNameView‘s border.Declaration
Swift
@objc dynamic public var borderWidth: CGFloat { get set }
Install in Dash
WayNameView Class Reference