setPolylinePosition abstract method

void setPolylinePosition(
  1. PolylinePosition position
)

When sorting by distance from polyline sets position on this polyline. Has the same effect as sorting by distance from the sub-polyline from position to the end of the polyline. Throws if no polyline is set or position is out of range.

position new polyline position value

Implementation

void setPolylinePosition(mapkit_geometry_geometry.PolylinePosition position);