Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
static Canvas |
L.tileLayer.canvas(TileLayerOptions options)
Used to create Canvas-based tile layers where tiles get drawn on the browser side.
|
static TileLayer |
L.tileLayer(java.lang.String urlTemplate,
TileLayerOptions options)
Used to load and display tile layers on the map, implements ILayer interface.
|
Modifier and Type | Method and Description |
---|---|
TileLayerOptions |
TileLayerOptions.Builder.build()
Builds the TileLayerOptions new instance
|