DingiIconAnchor
enum DingiIconAnchor {}
Part of the icon placed closest to the anchor.
Values of this type are used in the DingiSymbolStyleLayer.iconAnchor
property.
-
The center of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorCenterSwift
case center = 0 -
The left side of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorLeftSwift
case left = 1 -
The right side of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorRightSwift
case right = 2 -
The top of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorTopSwift
case top = 3 -
The bottom of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorBottomSwift
case bottom = 4 -
The top left corner of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorTopLeftSwift
case topLeft = 5 -
The top right corner of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorTopRightSwift
case topRight = 6 -
The bottom left corner of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorBottomLeftSwift
case bottomLeft = 7 -
The bottom right corner of the icon is placed closest to the anchor.
Declaration
Objective-C
DingiIconAnchorBottomRightSwift
case bottomRight = 8
DingiIconAnchor Enumeration Reference