produceWithGpx

fun produceWithGpx(inputStream: InputStream): Path?

Produces a GPX Path with provided input stream.

Parameters

inputStream

The bytes input stream.


Produces a GPX Path with provided ByteArray.

Parameters

data

The gpx bytes array.