Package com.mapbox.maps.extension.style.layers.properties.generated

Types

Anchor
Link copied to clipboard

Whether extruded geometries are lit relative to the map or viewport.

enum Anchor : Enum<Anchor> , LayerProperty
CirclePitchAlignment
Link copied to clipboard

Orientation of circle when map is pitched.

enum CirclePitchAlignment : Enum<CirclePitchAlignment> , LayerProperty
CirclePitchScale
Link copied to clipboard

Controls the scaling behavior of the circle when the map is pitched.

enum CirclePitchScale : Enum<CirclePitchScale> , LayerProperty
CircleTranslateAnchor
Link copied to clipboard

Controls the frame of reference for circle-translate.

enum CircleTranslateAnchor : Enum<CircleTranslateAnchor> , LayerProperty
FillExtrusionTranslateAnchor
Link copied to clipboard

Controls the frame of reference for fill-extrusion-translate.

enum FillExtrusionTranslateAnchor : Enum<FillExtrusionTranslateAnchor> , LayerProperty
FillTranslateAnchor
Link copied to clipboard

Controls the frame of reference for fill-translate.

enum FillTranslateAnchor : Enum<FillTranslateAnchor> , LayerProperty
HillshadeIlluminationAnchor
Link copied to clipboard

Direction of light source when map is rotated.

enum HillshadeIlluminationAnchor : Enum<HillshadeIlluminationAnchor> , LayerProperty
IconAnchor
Link copied to clipboard

Part of the icon placed closest to the anchor.

enum IconAnchor : Enum<IconAnchor> , LayerProperty
IconPitchAlignment
Link copied to clipboard

Orientation of icon when map is pitched.

enum IconPitchAlignment : Enum<IconPitchAlignment> , LayerProperty
IconRotationAlignment
Link copied to clipboard

In combination with symbol-placement, determines the rotation behavior of icons.

enum IconRotationAlignment : Enum<IconRotationAlignment> , LayerProperty
IconTextFit
Link copied to clipboard

Scales the icon to fit around the associated text.

enum IconTextFit : Enum<IconTextFit> , LayerProperty
IconTranslateAnchor
Link copied to clipboard

Controls the frame of reference for icon-translate.

enum IconTranslateAnchor : Enum<IconTranslateAnchor> , LayerProperty
LineCap
Link copied to clipboard

The display of line endings.

enum LineCap : Enum<LineCap> , LayerProperty
LineJoin
Link copied to clipboard

The display of lines when joining.

enum LineJoin : Enum<LineJoin> , LayerProperty
LineTranslateAnchor
Link copied to clipboard

Controls the frame of reference for line-translate.

enum LineTranslateAnchor : Enum<LineTranslateAnchor> , LayerProperty
RasterResampling
Link copied to clipboard

The resampling/interpolation method to use for overscaling, also known as texture magnification filter

enum RasterResampling : Enum<RasterResampling> , LayerProperty
SkyType
Link copied to clipboard

The type of the sky

enum SkyType : Enum<SkyType> , LayerProperty
SymbolPlacement
Link copied to clipboard

Label placement relative to its geometry.

enum SymbolPlacement : Enum<SymbolPlacement> , LayerProperty
SymbolZOrder
Link copied to clipboard

Determines whether overlapping symbols in the same layer are rendered in the order that they appear in the data source or by their y-position relative to the viewport. To control the order and prioritization of symbols otherwise, use symbol-sort-key.

enum SymbolZOrder : Enum<SymbolZOrder> , LayerProperty
TextAnchor
Link copied to clipboard

Part of the text placed closest to the anchor.

enum TextAnchor : Enum<TextAnchor> , LayerProperty
TextJustify
Link copied to clipboard

Text justification options.

enum TextJustify : Enum<TextJustify> , LayerProperty
TextPitchAlignment
Link copied to clipboard

Orientation of text when map is pitched.

enum TextPitchAlignment : Enum<TextPitchAlignment> , LayerProperty
TextRotationAlignment
Link copied to clipboard

In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text.

enum TextRotationAlignment : Enum<TextRotationAlignment> , LayerProperty
TextTransform
Link copied to clipboard

Specifies how to capitalize text, similar to the CSS text-transform property.

enum TextTransform : Enum<TextTransform> , LayerProperty
TextTranslateAnchor
Link copied to clipboard

Controls the frame of reference for text-translate.

enum TextTranslateAnchor : Enum<TextTranslateAnchor> , LayerProperty
TextWritingMode
Link copied to clipboard

The property allows control over a symbol's orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single 'vertical' enum value. The order of elements in an array define priority order for the placement of an orientation variant.

enum TextWritingMode : Enum<TextWritingMode> , LayerProperty
Visibility
Link copied to clipboard

The visibility of a layer.

enum Visibility : Enum<Visibility> , LayerProperty