Interface protos.google.maps.routing.v2.IRouteLegStep (1.4.0)

Properties of a RouteLegStep.

Package

@googlemaps/routing

Properties

distanceMeters

distanceMeters?: (number|null);

RouteLegStep distanceMeters

endLocation

endLocation?: (google.maps.routing.v2.ILocation|null);

RouteLegStep endLocation

localizedValues

localizedValues?: (google.maps.routing.v2.RouteLegStep.IRouteLegStepLocalizedValues|null);

RouteLegStep localizedValues

navigationInstruction

navigationInstruction?: (google.maps.routing.v2.INavigationInstruction|null);

RouteLegStep navigationInstruction

polyline

polyline?: (google.maps.routing.v2.IPolyline|null);

RouteLegStep polyline

startLocation

startLocation?: (google.maps.routing.v2.ILocation|null);

RouteLegStep startLocation

staticDuration

staticDuration?: (google.protobuf.IDuration|null);

RouteLegStep staticDuration

transitDetails

transitDetails?: (google.maps.routing.v2.IRouteLegStepTransitDetails|null);

RouteLegStep transitDetails

travelAdvisory

travelAdvisory?: (google.maps.routing.v2.IRouteLegStepTravelAdvisory|null);

RouteLegStep travelAdvisory

travelMode

travelMode?: (google.maps.routing.v2.RouteTravelMode|keyof typeof google.maps.routing.v2.RouteTravelMode|null);

RouteLegStep travelMode