Package-level declarations
Types
Link copied to clipboard
                  open external class TileLayer<T : TileLayer.TileLayerOptions>(urlTemplate: String, options: T = definedExternally) : GridLayer<T> 
Used to load and display tile layers on the map. Note that most tile servers require attribution, which you can set under TileLayerOptions.attribution.
Link copied to clipboard
                  Used to display WMS services as tile layers on the map.