Direction interface

The walking directions guidance.

Properties

absoluteDirection

The absolute walking direction associated with this step. Possible values include: 'north', 'northeast', 'east', 'southeast', 'south', 'southwest', 'west', 'northwest'

relativeDirection

The relative walking direction associated with applicable step. Possible values include: 'depart', 'hardLeft', 'left', 'slightlyLeft', 'continue', 'slightlyRight', 'right', 'hardRight', 'circleClockwise', 'circleCounterclockwise', 'elevator', 'uturnLeft', 'uturnRight'

Property Details

absoluteDirection

The absolute walking direction associated with this step. Possible values include: 'north', 'northeast', 'east', 'southeast', 'south', 'southwest', 'west', 'northwest'

absoluteDirection?: AbsoluteDirection

Property Value

relativeDirection

The relative walking direction associated with applicable step. Possible values include: 'depart', 'hardLeft', 'left', 'slightlyLeft', 'continue', 'slightlyRight', 'right', 'hardRight', 'circleClockwise', 'circleCounterclockwise', 'elevator', 'uturnLeft', 'uturnRight'

relativeDirection?: RelativeDirection

Property Value