DrivenRouteSegment
No description
type DrivenRouteSegment {
startTime: DateTime!
endTime: DateTime!
segmentType: DrivenRouteSegmentType!
encodedCoordinates: String!
legTrace: LegTrace
}
Fields
DrivenRouteSegment.startTime ● DateTime! non-null scalar
DrivenRouteSegment.endTime ● DateTime! non-null scalar
DrivenRouteSegment.segmentType ● DrivenRouteSegmentType! non-null enum
DrivenRouteSegment.encodedCoordinates ● String! non-null scalar
Raw tracking data available from the segment. For map matched route see legTrace.
DrivenRouteSegment.legTrace ● LegTrace object
If map matching was successful the leg trace of the segment.