25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSSublayerSource.h>
42 #pragma mark initializers
51 -(instancetype)initWithID:(NSInteger)mapSublayerID;
58 +(instancetype)mapSublayerSourceWithID:(NSInteger)mapSublayerID;
61 #pragma mark properties
A source for AGSArcGISMapImageSublayer based on an existing sub layer.
Definition: AGSMapSublayerSource.h:38
NSInteger mapSublayerID
Definition: AGSMapSublayerSource.h:72
NSString * geodatabaseVersion
Definition: AGSMapSublayerSource.h:66
Base class for sources of a map image sublayer.
Definition: AGSSublayerSource.h:44