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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a CartoOnlineRasterrTileLayer object from a source name.
source | The tile source name. |
---|