Package-level declarations
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.