25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSIDInfo.h>
27 #import <ArcGIS/AGSArcGISMapServiceSublayerType.h>
41 #pragma mark initializers
46 #pragma mark properties
49 @property (nonatomic, assign, readonly)
double maxScale;
50 @property (nonatomic, assign, readonly)
double minScale;
52 @property (nonatomic, copy, readonly) NSArray<NSNumber*> *
sublayerIDs;
AGSArcGISMapServiceSublayerType
Definition: AGSArcGISMapServiceSublayerType.h:35
Metadata for a service.
Definition: AGSIDInfo.h:37
An object that represents the sub layer metadata for a Map service.
Definition: AGSMapServiceLayerIDInfo.h:37
double maxScale
Definition: AGSMapServiceLayerIDInfo.h:49
AGSArcGISMapServiceSublayerType serviceType
Definition: AGSMapServiceLayerIDInfo.h:57
NSInteger parentLayerID
Definition: AGSMapServiceLayerIDInfo.h:51
BOOL defaultVisibility
Definition: AGSMapServiceLayerIDInfo.h:48
double minScale
Definition: AGSMapServiceLayerIDInfo.h:50
NSArray< NSNumber * > * sublayerIDs
Definition: AGSMapServiceLayerIDInfo.h:52