WmsUrlTileProvider

constructor(width: Int = 256, height: Int = 256, urlFormatter: (xMin: Double, yMin: Double, xMax: Double, yMax: Double, zoom: Int) -> String)

Parameters

width

the width of the tile in pixels.

height

the height of the tile in pixels.

urlFormatter

a lambda that returns the WMS URL for the given bounding box coordinates (xMin, yMin, xMax, yMax) and zoom level.