serviceSourceType property

ServiceType serviceSourceType

The type of this ArcGIS service.

Implementation

ServiceType get serviceSourceType {
  final coreValue = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceInfo_getServiceSourceType(
        _handle, errorHandler);
  });
  return ServiceType._fromCoreValue(coreValue);
}