Distance Instructions
data class DistanceInstructions(val action: Int? = null, val summary: String? = null, val verbalAlert: String? = null, val verbalSuccint: String? = null, val verbalBefore: String? = null, val verbalAfter: String? = null)
Formatted instructions for this leg
Parameters
action
The action to take for the current step (turn left, merge, straight, etc.). See list of available actions.
summary
Written maneuver instruction.
verbal Alert
The transition alert instruction will prepare the user for the forthcoming transition.
verbal Succint
Text suitable for use as a verbal alert in a navigation application
verbal Before
Text suitable for use as a verbal message immediately prior to the maneuver transition
verbal After
Text suitable for use as a verbal message immediately after the maneuver transition