Options
All
  • Public
  • Public/Protected
  • All
Menu

VehicleJourneySegment type

Hierarchy

  • VehicleJourneySegment

Index

Properties

drivingDistanceMeters: null | number

The travel distance from the previous stop to this stop, in meters.

drivingDurationMillis: null | number

The travel time from the previous stop this stop, in milliseconds.

path: null | LatLngLiteral[]

The path from the previous stop (or the vehicle's current location, if this stop is the first in the list of stops) to this stop.

stop: null | DeliveryVehicleStop

Information about the stop.

Generated using TypeDoc