Segment
No description
type Segment {
name: String
type: SegmentType!
encodedCoordinates: String!
distance: Float!
time: Float!
}
Fields
Segment.name
● String
scalar
Segment.type
● SegmentType!
non-null enum
Segment.encodedCoordinates
● String!
non-null scalar
Coordinates of the segment encoded with flexible polyline encoding (see https://github.com/heremaps/flexible-polyline).