NTCartoOnlineRasterTileLayer


@interface NTCartoOnlineRasterTileLayer : NTRasterTileLayer

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.

  • Constructs a CartoOnlineRasterrTileLayer object from a source name.

    Declaration

    Objective-C

    - (id)initWithSource:(NSString *)source;

    Parameters

    source

    The tile source name.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;