21 #import <Foundation/Foundation.h> 30 typedef NSString *AGSElevationServiceLayerType NS_TYPED_ENUM
NS_SWIFT_NAME(AGSElevationServiceInfo.LayerType);
45 __attribute__((objc_subclassing_restricted))
46 @interface AGSElevationServiceInfo : NSObject
55 @property (nonatomic, copy, readonly) NSString *serviceID;
61 @property (nonatomic, copy, readonly) AGSElevationServiceLayerType
layerType;
67 @property (nonatomic, readonly) NSURL *
URL;
__attribute__((objc_subclassing_restricted)) @interface AGSElevationServiceInfo AGSElevationServiceLayerType layerType
Definition: AGSElevationServiceInfo.h:45
NSString *AGSElevationServiceLayerType NS_TYPED_ENUM NS_SWIFT_NAME(AGSElevationServiceInfo.LayerType)
Definition: AGSElevationServiceInfo.h:30
NSURL * URL
Definition: AGSElevationServiceInfo.h:67
FOUNDATION_EXTERN AGSElevationServiceLayerType const AGSElevationServiceLayerTypeArcGISTiled
Definition: AGSElevationServiceInfo.h:37