Skip to content

Commit

Permalink
proper type for heading
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Aug 5, 2015
1 parent 0daa44e commit c608e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxDirections.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class MBRouteStep {
internal(set) public var duration: NSTimeInterval?
internal(set) public var way_name: String?
internal(set) public var direction: Direction?
internal(set) public var heading: CLLocationDegrees?
internal(set) public var heading: CLLocationDirection?
internal(set) public var maneuverType: ManeuverType?
internal(set) public var maneuverLocation: CLLocationCoordinate2D?

Expand Down

0 comments on commit c608e62

Please sign in to comment.