app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
org.scottishtecharmy.soundscape.screens.home.locationDetails
/
OfflineMapExtractDetails
Offline
Map
Extract
Details
@
Composable
fun
OfflineMapExtractDetails
(
extract
:
Feature
,
downloadExtract
:
(
String
,
Feature
)
->
Unit
,
deleteExtract
:
(
Feature
)
->
Unit
,
local
:
Boolean
,
userLocation
:
LngLatAlt
?
=
null
,
userHeading
:
Float
=
0.0f
,
markerLocation
:
LngLatAlt
?
=
null
,
modifier
:
Modifier
=
Modifier
)