Skip to content

Commit

Permalink
Update method signature to match general style.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximAlien committed Jul 7, 2022
1 parent 152aa46 commit 215af69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/MapboxNavigation/VisualInstruction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ extension VisualInstruction {
return laneComponents.count > 0
}

func maneuverImage(drivingSide: DrivingSide,
color: UIColor,
size: CGSize) -> UIImage? {
func maneuverViewImage(drivingSide: DrivingSide,
color: UIColor,
size: CGSize) -> UIImage? {
let maneuverView = ManeuverView()
maneuverView.frame = CGRect(origin: .zero, size: size)
maneuverView.primaryColor = color
Expand Down

0 comments on commit 215af69

Please sign in to comment.