@JsType(isNative=true)
public static class L.tileLayer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Canvas |
canvas(TileLayerOptions options)
Used to create Canvas-based tile layers where tiles get drawn on the browser side.
|
static WMS |
wms(java.lang.String baseUrl,
TileLayerWMSOptions options)
Used to display WMS services as tile layers on the map.
|
@JsMethod public static WMS wms(java.lang.String baseUrl, TileLayerWMSOptions options)
baseUrl
- the base urloptions
- the WMS options object@JsMethod public static Canvas canvas(TileLayerOptions options)
options
- the options