Android Markers And Routes Io
Android implementation of MarkersAndRoutesIo. Builds a zip on disk in the app's export/ folder and shares it via FileProvider; the file picker is registered against the Activity's ActivityResultRegistry so it survives configuration changes.
Functions
Link copied to clipboard
Wire the import file-picker launcher to the host activity's registry.
Link copied to clipboard
open suspend override fun exportGpxZip(files: List<NamedGpx>, suggestedFilename: String, shareTitle: String)
Link copied to clipboard