Skip to content

Commit 6fed0a0

Browse files
committed
Update method signature to match general style.
1 parent 063829a commit 6fed0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/MapboxNavigation/VisualInstruction.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ extension VisualInstruction {
1717
return laneComponents.count > 0
1818
}
1919

20-
func maneuverImage(drivingSide: DrivingSide,
21-
color: UIColor,
22-
size: CGSize) -> UIImage? {
20+
func maneuverViewImage(drivingSide: DrivingSide,
21+
color: UIColor,
22+
size: CGSize) -> UIImage? {
2323
let maneuverView = ManeuverView()
2424
maneuverView.frame = CGRect(origin: .zero, size: size)
2525
maneuverView.primaryColor = color

0 commit comments

Comments
 (0)