[][src]Module geo::algorithm::line_locate_point

Locate a point along a Line or LineString.

Traits

LineLocatePoint

Returns a (option of the) fraction of the line's total length representing the location of the closest point on the line to the given point.