steps property

List<Step>? steps
final

Contains detailed directions for walking or driving steps in transit directions. Substeps are only available when travelMode is set to "transit". The inner steps array is of the same type as steps.

Implementation

final List<Step>? steps;