25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSImageTiledLayer.h>
27 #import <ArcGIS/AGSRemoteResource.h>
60 #pragma mark initializers
69 +(instancetype)serviceImageTiledLayerWithTiledInfo:(
AGSTileInfo*)tileInfo fullExtent:(
AGSEnvelope *)fullExtent;
78 #pragma mark properties
Category for implementing custom tiled layers based on remote services.
Definition: AGSServiceImageTiledLayer.h:57
NSURL *(^ urlForTileKeyHandler)(AGSTileKey *tileKey)
A geometry that represents a rectangular shape.
Definition: AGSEnvelope.h:55
A base class for layers that display cached maps. You would typically work with one or more sub-class...
Definition: AGSImageTiledLayer.h:65
A base class for all image tiled layers that fetch map tiles from a remote service.
Definition: AGSServiceImageTiledLayer.h:44
The tiling scheme of a tiled layer.
Definition: AGSTileInfo.h:45
A tile key.
Definition: AGSTileKey.h:38
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:40