MapLibre Compose API Reference
Toggle table of contents
0.13.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MapLibre Compose API Reference
maplibre-js-bindings
/
org.maplibre.kmp.js.stylespec.sources
/
RasterSourceSpecification
Raster
Source
Specification
fun
RasterSourceSpecification
(
url
:
String
?
=
null
,
tiles
:
Array
<
String
>
?
=
null
,
bounds
:
Array
<
Double
>
?
=
null
,
minzoom
:
Int
?
=
null
,
maxzoom
:
Int
?
=
null
,
tileSize
:
Int
?
=
null
,
scheme
:
String
?
=
null
,
attribution
:
String
?
=
null
,
volatile
:
Boolean
?
=
null
)
:
RasterSourceSpecification
(
source
)