LocationTracesParser

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface LocationTracesParser

Functions

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.

Inherited functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun LocationTracesParser.fromAssets(context: Context, fileName: String): List<GeoLocation>

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