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 = 0

    Swift

    case center = 0
  • Aligns the annotation vertically at the top of the map view.

    Declaration

    Objective-C

    DingiAnnotationVerticalAlignmentTop

    Swift

    case top = 1
  • Aligns the annotation vertically at the bottom of the map view.

    Declaration

    Objective-C

    DingiAnnotationVerticalAlignmentBottom

    Swift

    case bottom = 2