ArcGIS Runtime SDK for iOS: AGSDictionaryRenderer(AGSDeprecated) Category Reference
ArcGIS Runtime SDK for iOS  100.15
AGSDictionaryRenderer(AGSDeprecated) Category Reference

Properties

double textVisibilityMaxScale
 
double textVisibilityMinScale
 
BOOL textVisible
 

Property Documentation

◆ textVisibilityMaxScale

- (double) textVisibilityMaxScale
readwritenonatomicassign

The maximum scale (2D) or distance (3D) at which the symbol's text will be visible.

Since
100.0
Deprecated:
100.6.0. Use the AGSDictionarySymbolStyleConfiguration settings instead.

Extends class AGSDictionaryRenderer.

◆ textVisibilityMinScale

- (double) textVisibilityMinScale
readwritenonatomicassign

The minimum scale (2D) or distance (3D) at which the symbol's text will be visible.

Since
100.0
Deprecated:
100.6.0. Use the AGSDictionarySymbolStyleConfiguration settings instead.

Extends class AGSDictionaryRenderer.

◆ textVisible

- (BOOL) textVisible
readwritenonatomicassign

The visibility for the text on the symbol.

Since
100.0
Deprecated:
100.6.0. Use the AGSDictionarySymbolStyleConfiguration settings instead.

Extends class AGSDictionaryRenderer.