steps property

List<OsrmRouteStep>? steps
final

steps Array of RouteStep objects describing the turn-by-turn instructions of the route. Please note that even if the steps parameter is set to false this array will still contain a single element.

Implementation

final List<OsrmRouteStep>? steps;