Package-level declarations

Types

Link copied to clipboard
class WmsUrlTileProvider(width: Int = 256, height: Int = 256, urlFormatter: (xMin: Double, yMin: Double, xMax: Double, yMax: Double, zoom: Int) -> String) : UrlTileProvider

A UrlTileProvider for Web Map Service (WMS) layers that use the EPSG:3857 (Web Mercator) projection.

Functions

Link copied to clipboard
fun WmsTileOverlay(urlFormatter: (xMin: Double, yMin: Double, xMax: Double, yMax: Double, zoom: Int) -> String, state: TileOverlayState = rememberTileOverlayState(), fadeIn: Boolean = true, transparency: Float = 0.0f, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (TileOverlay) -> Unit = {}, tileWidth: Int = 256, tileHeight: Int = 256)

A Composable that displays a Web Map Service (WMS) layer using the EPSG:3857 projection.