Constructor and Description |
---|
tileLayer() |
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(String baseUrl,
TileLayerWMSOptions options)
Used to display WMS services as tile layers on the map.
|
@JsMethod public static WMS wms(String baseUrl, TileLayerWMSOptions options)
baseUrl
- the base urloptions
- the WMS options object@JsMethod public static Canvas canvas(TileLayerOptions options)
options
- the optionsCopyright © 2018 G-Widgets. All rights reserved.