19 #import <ArcGIS/AGSSublayerSource.h> 35 #pragma mark initializers 44 -(instancetype)initWithID:(NSInteger)mapSublayerID;
51 +(instancetype)mapSublayerSourceWithID:(NSInteger)mapSublayerID;
54 #pragma mark properties NSString * geodatabaseVersion
Definition: AGSMapSublayerSource.h:59
NSInteger mapSublayerID
Definition: AGSMapSublayerSource.h:65
A source for AGSArcGISMapImageSublayer based on an existing sub layer.
Definition: AGSMapSublayerSource.h:30
Base class for sources of a map image sublayer.
Definition: AGSSublayerSource.h:35