SimpleDataLayerGroup interface
A collection of sub layers used by the SimpleDataLayer class for rendering shapes.
Properties
bubble |
The layer used for rendering point features that don't have an image icon and cluster areas. |
extruded |
The layer used for rendering extruded polygons. |
line |
The layer used for rendering lines and polygon outlines. |
polygon |
The layer used for rendering polygon areas. |
symbol |
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
extrudedPolygonLayer
The layer used for rendering extruded polygons.
extrudedPolygonLayer: azmaps.layer.PolygonExtrusionLayer
Property Value
lineLayer
The layer used for rendering lines and polygon outlines.
lineLayer: azmaps.layer.LineLayer
Property Value
polygonLayer
The layer used for rendering polygon areas.
polygonLayer: azmaps.layer.PolygonLayer
Property Value
symbolLayer
The layer used for rendering points features that have an image icon or text.
symbolLayer: azmaps.layer.SymbolLayer