Package-level declarations
Types
The encoding used by this source. Mapbox Terrain RGB is used by default Default value: "mapbox".
A GeoJSON data source.
An image data source.
A raster array source
A RGB-encoded raster DEM source
A raster tile source.
Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed. Default value: "xyz".
A vector tile source.
Functions
Create and rememberSaveable a GeoJsonSourceState using GeoJsonSourceState.Saver. init will be called when the GeoJsonSourceState is first created to configure its initial state.
Create and rememberSaveable a ImageSourceState using ImageSourceState.Saver. init will be called when the ImageSourceState is first created to configure its initial state.
Create and rememberSaveable a RasterArraySourceState using RasterArraySourceState.Saver. init will be called when the RasterArraySourceState is first created to configure its initial state.
Create and rememberSaveable a RasterDemSourceState using RasterDemSourceState.Saver. init will be called when the RasterDemSourceState is first created to configure its initial state.
Create and rememberSaveable a RasterSourceState using RasterSourceState.Saver. init will be called when the RasterSourceState is first created to configure its initial state.
Create and rememberSaveable a VectorSourceState using VectorSourceState.Saver. init will be called when the VectorSourceState is first created to configure its initial state.