ArcGIS Runtime SDK for iOS: AGSLayerViewState Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLayerViewState Class Reference

Description

The view state of a layer.

Instances of this class represent the view state of a layer as it is being displayed on screen.

Since
100
Inheritance diagram for AGSLayerViewState:
AGSObject

Properties

NSError * error
 
AGSLayerViewStatus status
 

Property Documentation

◆ error

- (NSError*) error
readnonatomicstrong

The error, if any, preventing the layer from being displayed on screen

Since
100

◆ status

- (AGSLayerViewStatus) status
readnonatomicassign

The status of how the layer is being displayed on screen

Since
100