Route is linear list of WGS84 coordinates which represents stops (it's not a Station!).
Each stop in the Route can have a Station assigned.
Station is a place where the car stops and waits for load/unload.
Properties
color: string. String which represents color in hex format #FFFFFFname: string. Name of the routestops: [RouteStop]RouteStop:latitude: floatlongitude: floatorder: int. The route is constructed by sorting stops byorderfrom the smallest to the largeststation: StationInfoStationInfo:
Warning: not all attributes can be changed by GraphQL API.
- Go to the settings
Update
- Click on route update, update route setting and click to Save
Create
- Click on Create Route, fill up route points and click to Save


