RecommendedRestStop
No description
type RecommendedRestStop {
type: RecommendedRestType!
legIndex: Float!
coordinates: Coordinates!
}
Fields
RecommendedRestStop.type
● RecommendedRestType!
non-null enum
Type of rest: short or long.
RecommendedRestStop.legIndex
● Float!
non-null scalar
Index of the leg in the route which the user will take a break.
RecommendedRestStop.coordinates
● Coordinates!
non-null object
The coordinates of the recomended rest stop.