LocationTracesParser

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard

Parses the location logs from the file with the name stored in the assets folder.

Link copied to clipboard
abstract fun fromFileUri(fileUri: Uri): List<GeoLocation>

Parses the location logs from the file stored in the fileUri.

Link copied to clipboard
abstract fun fromInputStream(inputStream: InputStream): List<GeoLocation>

Parses the location logs from the InputStream.