steps

val steps: Boolean? = null

Whether to return steps and turn-by-turn instructions (true) or not (false, default). If steps is set to true, the following guidance-related parameters will be available: RouteOptions.bannerInstructions, RouteOptions.language, RouteOptions.roundaboutExits, RouteOptions.voiceInstructions, RouteOptions.voiceUnits, RouteOptions.waypointNames, RouteOptions.waypointTargets, waypoints from RouteOptions.coordinates

Since

3.1.0