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

Types

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

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

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

Orientation of circle when map is pitched.

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

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

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

Controls the frame of reference for circle-translate.

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

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

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

Controls the frame of reference for fill-translate.

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

Direction of light source when map is rotated.

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

Part of the icon placed closest to the anchor.

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

Orientation of icon when map is pitched.

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

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

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

Scales the icon to fit around the associated text.

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

Controls the frame of reference for icon-translate.

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

The display of line endings.

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

The display of lines when joining.

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

Controls the frame of reference for line-translate.

ModelType
Link copied to clipboard
enum ModelType : Enum<ModelType> , LayerProperty

Defines rendering behavior of model in respect to other 3D scene objects.

ProjectionName
Link copied to clipboard
enum ProjectionName : Enum<ProjectionName> , LayerProperty

The name of the projection to be used for rendering the map.

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

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

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

The type of the sky

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

Label placement relative to its geometry.

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

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.

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

Part of the text placed closest to the anchor.

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

Text justification options.

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

Orientation of text when map is pitched.

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

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

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

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

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

Controls the frame of reference for text-translate.

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

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.

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

The visibility of a layer.