ArcGIS Runtime SDK for iOS: AGSSymbolAnchor Struct Reference
ArcGIS Runtime SDK for iOS  100.15
AGSSymbolAnchor Struct Reference

Description

The anchor of a symbol layer, including placement mode and x, y anchor values.

This struct represents the properties necessary to define the anchor for a symbol layer. These anchor properties define both the anchor values and the placement mode. They can be used with AGSMarkerSymbolLayer objects to control marker anchor properties.

Since
100.5

Public Attributes

AGSSymbolAnchorPlacementMode placementMode
 
double x
 
double y
 

Member Data Documentation

◆ placementMode

AGSSymbolAnchorPlacementMode AGSSymbolAnchor::placementMode

◆ x

double AGSSymbolAnchor::x

◆ y

double AGSSymbolAnchor::y