Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frederoni committed Apr 12, 2018
1 parent 3d549b3 commit e6f2be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions MapboxDirections/MBVisualInstruction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ open class VisualInstruction: NSObject, NSSecureCoding {
/**
:nodoc:
Most important visual content to convey to the user about the `RouteStep`.
This is the structured representation of `text`.
*/
@objc public let textComponents: [VisualInstructionComponent]

/**
:nodoc:
The degrees at which you will be exiting a roundabout, assuming 180 indicates going straight through the roundabout.
Note that this property is irrelevant unless the `maneuverType` is
*/
@objc public var degrees: CLLocationDegrees = 180

Expand Down
4 changes: 0 additions & 4 deletions MapboxDirections/MBVisualInstructionBanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ open class VisualInstructionBanner: NSObject, NSSecureCoding {
/**
:nodoc:
Most important visual content to convey to the user about the `RouteStep`.
This is the structured representation of `primaryText`.
*/
@objc public let primaryInstruction: VisualInstruction

/**
:nodoc:
Ancillary visual information about the `RouteStep`.
This is the structured representation of `secondaryText`.
*/
@objc public let secondaryInstruction: VisualInstruction?

Expand Down

0 comments on commit e6f2be8

Please sign in to comment.