parse

open suspend override fun parse(context: Context, fileUri: Uri, fileSize: Long, chunkSize: Int): Flow<ParsedData>

Parses the GPX file, extracting track name and waypoints. Handles XML parsing exceptions and returns null if parsing fails.