We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152aa46 commit 215af69Copy full SHA for 215af69
Sources/MapboxNavigation/VisualInstruction.swift
@@ -17,9 +17,9 @@ extension VisualInstruction {
17
return laneComponents.count > 0
18
}
19
20
- func maneuverImage(drivingSide: DrivingSide,
21
- color: UIColor,
22
- size: CGSize) -> UIImage? {
+ func maneuverViewImage(drivingSide: DrivingSide,
+ color: UIColor,
+ size: CGSize) -> UIImage? {
23
let maneuverView = ManeuverView()
24
maneuverView.frame = CGRect(origin: .zero, size: size)
25
maneuverView.primaryColor = color
0 commit comments