DistanceInstructions

constructor(action: Int? = null, summary: String? = null, verbalAlert: String? = null, verbalSuccint: String? = null, verbalBefore: String? = null, verbalAfter: String? = null)

Parameters

action

The action to take for the current step (turn left, merge, straight, etc.). See list of available actions.

summary

Written maneuver instruction.

verbalAlert

The transition alert instruction will prepare the user for the forthcoming transition.

verbalSuccint

Text suitable for use as a verbal alert in a navigation application

verbalBefore

Text suitable for use as a verbal message immediately prior to the maneuver transition

verbalAfter

Text suitable for use as a verbal message immediately after the maneuver transition