SimpleDataLayerGroup interface

A collection of sub layers used by the SimpleDataLayer class for rendering shapes.

Properties

bubbleLayer

The layer used for rendering point features that don't have an image icon and cluster areas.

extrudedPolygonLayer

The layer used for rendering extruded polygons.

lineLayer

The layer used for rendering lines and polygon outlines.

polygonLayer

The layer used for rendering polygon areas.

symbolLayer

The layer used for rendering points features that have an image icon or text.

Property Details

bubbleLayer

The layer used for rendering point features that don't have an image icon and cluster areas.

bubbleLayer: azmaps.layer.BubbleLayer

Property Value

azmaps.layer.BubbleLayer

extrudedPolygonLayer

The layer used for rendering extruded polygons.

extrudedPolygonLayer: azmaps.layer.PolygonExtrusionLayer

Property Value

azmaps.layer.PolygonExtrusionLayer

lineLayer

The layer used for rendering lines and polygon outlines.

lineLayer: azmaps.layer.LineLayer

Property Value

azmaps.layer.LineLayer

polygonLayer

The layer used for rendering polygon areas.

polygonLayer: azmaps.layer.PolygonLayer

Property Value

azmaps.layer.PolygonLayer

symbolLayer

The layer used for rendering points features that have an image icon or text.

symbolLayer: azmaps.layer.SymbolLayer

Property Value

azmaps.layer.SymbolLayer