LocationTracesParser

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

Functions

Link copied to clipboard
abstract fun fromAssets(fileName: String): List<GeoLocation>

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.