class_location - AiAUJI/PAUSETA GitHub Wiki
Location
Description
A location is a specific point in the road network.
Member functions
- Location()
- Location(double position, Segment segment)
Member variables
- double position
- Segment segment
Member functions description
Location()
Default constructor.
Location(double position, Segment segment)
Constructor.
Member variables description
double position
Offset from the beginning of the origin in km.
Segment segment
Segment where the location is.