public class

CartoOnlineRasterTileLayer

extends RasterTileLayer
java.lang.Object
   ↳ com.carto.layers.Layer
     ↳ com.carto.layers.TileLayer
       ↳ com.carto.layers.RasterTileLayer
         ↳ com.carto.layers.CartoOnlineRasterTileLayer

Class Overview

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.

Summary

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

Public Constructors

public CartoOnlineRasterTileLayer (String source)

Constructs a CartoOnlineRasterrTileLayer object from a source name.

Parameters
source The tile source name.

Public Methods

public synchronized void delete ()