Represents a set of directions between two points.
Directions are used to represent the path between two points on the map, as well as the instructions to follow the path.
All the coordinates (Coordinate) of the directions.
The total distance of the path in meters.
The array of instructions (TDirectionInstruction).
Represents a set of directions between two points.
Directions are used to represent the path between two points on the map, as well as the instructions to follow the path.