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

Go to the source code of this file.

Enumerations

enum  AGSSceneSymbolAnchorPosition { AGSSceneSymbolAnchorPositionTop = 0 , AGSSceneSymbolAnchorPositionBottom = 1 , AGSSceneSymbolAnchorPositionCenter = 2 , AGSSceneSymbolAnchorPositionOrigin = 3 }
 

Enumeration Type Documentation

◆ AGSSceneSymbolAnchorPosition

The list of possible scene symbol anchor placements.

Since
100
Enumerator
AGSSceneSymbolAnchorPositionTop 

The top of the symbol is the anchor point.

AGSSceneSymbolAnchorPositionBottom 

The bottom of the symbol is the anchor point.

AGSSceneSymbolAnchorPositionCenter 

The center of the symbol is the anchor point.

AGSSceneSymbolAnchorPositionOrigin 

The origin of the symbol is the anchor point.