intermediatePoint

fun intermediatePoint(distanceAlongSegment: Distance): GeoPoint

Calculates intermediate point of segment.

Return

GeoPoint between start and end in the specified distanceAlongSegment in meters from start.

Parameters

distanceAlongSegment

A Distance along segment.