Skip to content

Commit 2fed579

Browse files
author
Jill Cardamon
committed
Make Router.heading public to fix failing test.
1 parent a05fbda commit 2fed579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapboxCoreNavigation/Router.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public protocol Router: CLLocationManagerDelegate {
123123
/**
124124
The most recently received user heading, if any.
125125
*/
126-
var heading: CLHeading? { get }
126+
public var heading: CLHeading? { get }
127127

128128
/**
129129
If true, the `RouteController` attempts to calculate a more optimal route for the user on an interval defined by `RouteControllerProactiveReroutingInterval`. If `refreshesRoute` is enabled too, reroute attempt will be fired after route refreshing.

0 commit comments

Comments
 (0)