Constructors
Properties
Methods
countNonDifficultTimeRestrictions
countNonDifficultTimeRestrictions(): number Returns number
getPathID
getPathID(): null | number Returns null | number
getSegmentPath
getSegmentPath(): number[] Returns number[]
getSegmentPathLength
getSegmentPathLength(): number Returns number
hasAdditionalData
hasAdditionalData(): boolean Returns boolean
hasInstructionOpcode
hasInstructionOpcode(): boolean Returns boolean
hasRestrictions
hasRestrictions(): boolean Returns boolean
hasSegmentPath
hasSegmentPath(): boolean Returns boolean
hasTurnGuidance
hasTurnGuidance(): boolean Returns boolean
isDifficultTimeRestricted
isDifficultTimeRestricted(): boolean Returns boolean
isJunctionBoxTurn
isJunctionBoxTurn(): boolean Returns boolean
isNonDifficultTimeRestricted
isNonDifficultTimeRestricted(): boolean Returns boolean
setPathID
setPathID(pathId: null | number): void
with24SevenDifficulty
with24SevenDifficulty(difficult: boolean): TurnData
withJunctionId
withJunctionId(junctionID: null | number): TurnData Parameters
- junctionID: null | number
withoutDifficultRestrictions
withoutDifficultRestrictions(): TurnData
withPathID
withPathID(pathId: null | number): TurnData
withSegmentPath
withSegmentPath(segmentPath: number[]): TurnData
withToggledState
withToggledState(enabled: boolean): TurnData