DingiFillTranslationAnchor

enum DingiFillTranslationAnchor {}

Controls the frame of reference for DingiFillStyleLayer.fillTranslation.

Values of this type are used in the DingiFillStyleLayer.fillTranslationAnchor property.

  • The fill is translated relative to the map.

    Declaration

    Objective-C

    DingiFillTranslationAnchorMap

    Swift

    case map = 0
  • The fill is translated relative to the viewport.

    Declaration

    Objective-C

    DingiFillTranslationAnchorViewport

    Swift

    case viewport = 1