Companion

object Companion

Path's companion object.

Functions

Link copied to clipboard
external fun produceWithCoords(coords: CoordinatesList): Path

Create a path from list of coordinates

Link copied to clipboard
external fun produceWithDataBuffer(data: DataBuffer, format: Int): Path?

Create a path from a data buffer of a given format

Link copied to clipboard
fun produceWithGpx(inputStream: InputStream): Path?

Produces a GPX Path with provided input stream.

Produces a GPX Path with provided ByteArray.

Link copied to clipboard
external fun produceWithWaypoints(coords: CoordinatesList, waypoints: ArrayList<Int>): Path

Create a path from list of coordinates and waypoints