sliceRoute

fun sliceRoute(lineString: LineString): List<Point>

Interpolates the route into even points along the route and adds these to the points list.

Return

list of sliced Points.

Parameters

lineString

our route geometry.