continueStraight

@SerialName(value = "continue_straight")
val continueStraight: Boolean? = null

The allowed direction of travel when departing intermediate waypoints. If true, the route will continue in the same direction of travel. If false, the route may continue in the opposite direction of travel. Defaults to true for NavigationRoute.PROFILE_DRIVING and false for NavigationRoute.PROFILE_WALKING and NavigationRoute.PROFILE_CYCLING.

Since

3.0.0