-
Undocumented
Declaration
Swift
public init()
-
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.
Declaration
Swift
public var circleBlur: Value<Double>?
-
Transition options for
circleBlur
.Declaration
Swift
public var circleBlurTransition: StyleTransition?
-
The fill color of the circle.
Declaration
Swift
public var circleColor: Value<ColorRepresentable>?
-
Transition options for
circleColor
.Declaration
Swift
public var circleColorTransition: StyleTransition?
-
The opacity at which the circle will be drawn.
Declaration
Swift
public var circleOpacity: Value<Double>?
-
Transition options for
circleOpacity
.Declaration
Swift
public var circleOpacityTransition: StyleTransition?
-
Orientation of circle when map is pitched.
Declaration
Swift
public var circlePitchAlignment: CirclePitchAlignment?
-
Controls the scaling behavior of the circle when the map is pitched.
Declaration
Swift
public var circlePitchScale: CirclePitchScale?
-
Circle radius.
Declaration
Swift
public var circleRadius: Value<Double>?
-
Transition options for
circleRadius
.Declaration
Swift
public var circleRadiusTransition: StyleTransition?
-
The stroke color of the circle.
Declaration
Swift
public var circleStrokeColor: Value<ColorRepresentable>?
-
Transition options for
circleStrokeColor
.Declaration
Swift
public var circleStrokeColorTransition: StyleTransition?
-
The opacity of the circle’s stroke.
Declaration
Swift
public var circleStrokeOpacity: Value<Double>?
-
Transition options for
circleStrokeOpacity
.Declaration
Swift
public var circleStrokeOpacityTransition: StyleTransition?
-
The width of the circle’s stroke. Strokes are placed outside of the
circle-radius
.Declaration
Swift
public var circleStrokeWidth: Value<Double>?
-
Transition options for
circleStrokeWidth
.Declaration
Swift
public var circleStrokeWidthTransition: StyleTransition?
-
The geometry’s offset. Values are [x, y] where negatives indicate left and up, respectively.
Declaration
Swift
public var circleTranslate: Value<[Double]>?
-
Transition options for
circleTranslate
.Declaration
Swift
public var circleTranslateTransition: StyleTransition?
-
Controls the frame of reference for
circle-translate
.Declaration
Swift
public var circleTranslateAnchor: CircleTranslateAnchor?