27 #import <Foundation/Foundation.h> 
   51 __attribute__((objc_subclassing_restricted))
 
   52 @interface AGSElevationServiceInfo : NSObject
 
   61 @property (nonatomic, copy, readonly) NSString *serviceID;
 
   67 @property (nonatomic, copy, readonly) AGSElevationServiceLayerType 
layerType;
 
   73 @property (nonatomic, readonly) NSURL *
URL;
 
NSURL * URL
Definition: AGSElevationServiceInfo.h:73
NSString *AGSElevationServiceLayerType NS_TYPED_ENUM NS_SWIFT_NAME(AGSElevationServiceInfo.LayerType)
Definition: AGSElevationServiceInfo.h:36
__attribute__((objc_subclassing_restricted)) @interface AGSElevationServiceInfo AGSElevationServiceLayerType layerType
Definition: AGSElevationServiceInfo.h:51
FOUNDATION_EXTERN AGSElevationServiceLayerType const AGSElevationServiceLayerTypeArcGISTiled
Definition: AGSElevationServiceInfo.h:43
NSString *AGSPositioningSource NS_TYPED_ENUM
Definition: AGSLocation.h:39