| java.lang.Object | ||||
| ↳ | com.carto.layers.Layer | |||
| ↳ | com.carto.layers.TileLayer | |||
| ↳ | com.carto.layers.RasterTileLayer | |||
| ↳ | com.carto.layers.CartoOnlineRasterTileLayer | |||
Specialized online raster tile layer that connects to Carto online tile server.
This layer is intended as a 'shortcut' to make using Carto online service and
raster tiles as simple as possible.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
CartoOnlineRasterTileLayer(String source)
Constructs a CartoOnlineRasterrTileLayer object from a source name.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.carto.layers.RasterTileLayer
| |||||||||||
From class
com.carto.layers.TileLayer
| |||||||||||
From class
com.carto.layers.Layer
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a CartoOnlineRasterrTileLayer object from a source name.
| source | The tile source name. |
|---|