DingiAnnotationVerticalAlignment
enum DingiAnnotationVerticalAlignment {}
The vertical alignment of an annotation within a map view. Used with
DingiMapView.userLocationVerticalAlignment.
-
Aligns the annotation vertically in the center of the map view.
Declaration
Objective-C
DingiAnnotationVerticalAlignmentCenter = 0Swift
case center = 0 -
Aligns the annotation vertically at the top of the map view.
Declaration
Objective-C
DingiAnnotationVerticalAlignmentTopSwift
case top = 1 -
Aligns the annotation vertically at the bottom of the map view.
Declaration
Objective-C
DingiAnnotationVerticalAlignmentBottomSwift
case bottom = 2
DingiAnnotationVerticalAlignment Enumeration Reference