getCoordinatesAtPercent

external fun getCoordinatesAtPercent(coords: CoordinatesList, percent: Double): Coordinates?

Gets a coordinate on path from at the given percent

Parameters

coords

The path coordinates list

percent

The size percent in interval 0, 1, e.g. 0.5 will return the middle of the path