Get path rectangle.
The path rectangle, RectangleGeographicArea object
Get path name.
The path name
Set path name.
The path name
Get read-only access to the internal waypoint list.
The waypoint list
Clone path from the given coordinates.
Set start = end to create a circuit track.
The start coordinates
Field coordinates
The cloned path
Export path coordinates in the requested data format.
Data format, see PathFileFormat.
The string with the exported data.
StaticcreateCreate a path from a data buffer of a given format.
Object containing:
The created path
StaticfromCreate a path from a list of coordinates.
List of coordinates
The created path
StaticfromCreate a path from list of coordinates and waypoints.
Object containing:
The created path
StaticgetGet a coordinate along the path given by a fraction of the path length between 0.0 (departure point) and 1.0 (destination).
The path coordinates list.
The size percent (fraction) in the range {0, 1}, e.g. 0.5 will return the coordinates of the point in the middle of the path.
The coordinates at the given percent
Represents a path object.