maplibre-compose
Toggle table of contents
0.11.1
common
Platform filter
common
Switch theme
Search in API
maplibre-compose
maplibre-compose
/
org.maplibre.compose.sources
/
rememberImageSource
remember
Image
Source
@
Composable
fun
rememberImageSource
(
position
:
PositionQuad
,
uri
:
String
)
:
ImageSource
(
source
)
Remember a new
ImageSource
from the given
uri
.
@
Composable
fun
rememberImageSource
(
position
:
PositionQuad
,
bitmap
:
ImageBitmap
)
:
ImageSource
(
source
)
Remember a new
ImageSource
from the given
bitmap
.