mapLayersCacheDirectory

actual fun mapLayersCacheDirectory(): Path(source)

The app cache, which Android may clear under pressure — exactly right for a reconvertible copy.

expect fun mapLayersCacheDirectory(): Path(source)

Where converted copies of imported layers are cached (KML rendered down to GeoJSON, for the renderer that has no KML source). Disposable, unlike mapLayersDirectory — losing it only costs a reconversion.

actual fun mapLayersCacheDirectory(): Path(source)

Where converted copies of imported layers are cached (KML rendered down to GeoJSON, for the renderer that has no KML source). Disposable, unlike mapLayersDirectory — losing it only costs a reconversion.