ArcGIS Runtime SDK for iOS: AGSSymbol.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSSymbol.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSSymbolAngleAlignment { AGSSymbolAngleAlignmentMap = 0 , AGSSymbolAngleAlignmentScreen = 1 }
 

Enumeration Type Documentation

◆ AGSSymbolAngleAlignment

Determines whether the symbol should rotate with the map/scene or not.

Since
100.8
Enumerator
AGSSymbolAngleAlignmentMap 

Top edge of the symbol stays aligned with the North direction of the map/scene. When the map/scene is rotated, symbols will also rotate along with them.

AGSSymbolAngleAlignmentScreen 

Top edge of the symbol stays aligned with the top-edge of the screen. Even when the map/scene is rotated, symbols will appear to remain face up.