See: Description
Class | Description |
---|---|
BackgroundLayer |
The background color or pattern of the map.
|
CircleLayer |
A filled circle.
|
CustomLayer |
Custom layer.
|
FillExtrusionLayer |
An extruded (3D) polygon.
|
FillLayer |
A filled polygon with an optional stroked border.
|
HeatmapLayer |
A heatmap.
|
HillshadeLayer |
Client-side hillshading visualization based on DEM data.
|
Layer |
Base class for the different Layer types
|
LayoutPropertyValue<T> | |
LineLayer |
A stroked line.
|
PaintPropertyValue<T> | |
Property |
Paint/Layout properties for Layer
|
PropertyFactory |
Constructs paint/layout properties for Layers
|
PropertyValue<T> |
Properties for Layer
|
RasterLayer |
Raster map textures such as satellite imagery.
|
SymbolLayer |
An icon or a text label.
|
TransitionOptions |
Resembles transition property from the style specification.
|
Exception | Description |
---|---|
CannotAddLayerException |
Thrown when adding a layer to a map twice
|
Annotation Type | Description |
---|---|
Property.ANCHOR |
Whether extruded geometries are lit relative to the map or viewport.
|
Property.CIRCLE_PITCH_ALIGNMENT |
Orientation of circle when map is pitched.
|
Property.CIRCLE_PITCH_SCALE |
Controls the scaling behavior of the circle when the map is pitched.
|
Property.CIRCLE_TRANSLATE_ANCHOR |
Controls the frame of reference for `circle-translate`.
|
Property.FILL_EXTRUSION_TRANSLATE_ANCHOR |
Controls the frame of reference for `fill-extrusion-translate`.
|
Property.FILL_TRANSLATE_ANCHOR |
Controls the frame of reference for `fill-translate`.
|
Property.HILLSHADE_ILLUMINATION_ANCHOR |
Direction of light source when map is rotated.
|
Property.ICON_ANCHOR |
Part of the icon placed closest to the anchor.
|
Property.ICON_PITCH_ALIGNMENT |
Orientation of icon when map is pitched.
|
Property.ICON_ROTATION_ALIGNMENT |
In combination with `symbol-placement`, determines the rotation behavior of icons.
|
Property.ICON_TEXT_FIT |
Scales the icon to fit around the associated text.
|
Property.ICON_TRANSLATE_ANCHOR |
Controls the frame of reference for `icon-translate`.
|
Property.LINE_CAP |
The display of line endings.
|
Property.LINE_JOIN |
The display of lines when joining.
|
Property.LINE_TRANSLATE_ANCHOR |
Controls the frame of reference for `line-translate`.
|
Property.RASTER_RESAMPLING |
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
|
Property.SYMBOL_PLACEMENT |
Label placement relative to its geometry.
|
Property.SYMBOL_Z_ORDER |
Controls the order in which overlapping symbols in the same layer are rendered
|
Property.TEXT_ANCHOR |
Part of the text placed closest to the anchor.
|
Property.TEXT_JUSTIFY |
Text justification options.
|
Property.TEXT_PITCH_ALIGNMENT |
Orientation of text when map is pitched.
|
Property.TEXT_ROTATION_ALIGNMENT |
In combination with `symbol-placement`, determines the rotation behavior of the individual glyphs forming the text.
|
Property.TEXT_TRANSFORM |
Specifies how to capitalize text, similar to the CSS `text-transform` property.
|
Property.TEXT_TRANSLATE_ANCHOR |
Controls the frame of reference for `text-translate`.
|
Property.TEXT_WRITING_MODE |
The property allows control over a symbol's orientation.
|
Property.VISIBILITY |