|
ArcGIS Runtime SDK for iOS
100.9
|
Go to the source code of this file.
Enumerations | |
| enum | AGSCalloutLeaderPosition { AGSCalloutLeaderPositionBottom = 1UL << 0, AGSCalloutLeaderPositionTop = 1UL << 1, AGSCalloutLeaderPositionLeft = 1UL << 2, AGSCalloutLeaderPositionRight = 1UL << 3, AGSCalloutLeaderPositionAny = AGSCalloutLeaderPositionBottom | AGSCalloutLeaderPositionTop | AGSCalloutLeaderPositionLeft | AGSCalloutLeaderPositionRight } |
Supported positions of the callout's leader. The position is relative to the callout itself.