decode
fun decode(minDistance: Double, units: String = TurfConstants.UNIT_KILOMETERS): List<Point>
Content copied to clipboard
Decode the next minDistance of the geometry. The input is a exclusive minimum distance to decode. If the current is available it will be added to the beginning of the list. If there are no more events to decode the list will be empty.
Parameters
minDistance
to decode