ArcGIS Runtime SDK for iOS: AGSServiceType.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSServiceType.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSServiceType { AGSServiceTypeUnknown = -1 , AGSServiceTypeFeatureService = 0 , AGSServiceTypeImageService = 1 , AGSServiceTypeMapService = 2 }
 

Enumeration Type Documentation

◆ AGSServiceType

An enumeration of the different types of ArcGIS Server services.

Since
100.0
Enumerator
AGSServiceTypeUnknown 

An unknown service type.

AGSServiceTypeFeatureService 

A feature service.

AGSServiceTypeImageService 

An image service.

AGSServiceTypeMapService 

A map service.