DrawingLayers interface
A collection of the layers used by the drawing manager for rendering shapes.
Properties
line |
The layer used for rendering LineStrings. |
point |
The layer used for rendering Points. |
polygon |
The layer used for rendering the interior area of Polygons, Circles, and Rectangles. |
polygon |
The layer used for rendering the outlines of Polygons, Circles, and Rectangles. |
Property Details
lineLayer
The layer used for rendering LineStrings.
lineLayer?: azmaps.layer.LineLayer
Property Value
pointLayer
The layer used for rendering Points.
pointLayer?: azmaps.layer.SymbolLayer
Property Value
polygonLayer
The layer used for rendering the interior area of Polygons, Circles, and Rectangles.
polygonLayer?: azmaps.layer.PolygonLayer
Property Value
polygonOutlineLayer
The layer used for rendering the outlines of Polygons, Circles, and Rectangles.
polygonOutlineLayer?: azmaps.layer.LineLayer