MGLLineTranslationAnchor
enum MGLLineTranslationAnchor : NSUInteger {}
Controls the translation reference point.
Values of this type are used in the MGLLineStyleLayer.lineTranslationAnchor
property.
-
The line is translated relative to the map.
Declaration
Objective-C
MGLLineTranslationAnchorMap
Swift
case map = 0
-
The line is translated relative to the viewport.
Declaration
Objective-C
MGLLineTranslationAnchorViewport
Swift
case viewport = 1