Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SimpleDataLayerOptions interface
- Package:
- azure-maps-spatial-io
Options used to customize how the SimpleDataLayer renders.
Properties
| allowExtrusions | Specifies if polygons that have a |
| bubbleRadiusFactor | A numerical factor used to adjust the size of map bubbles dynamically.
It multiplies the original bubble size to determine the final size.
Default: |
| enablePopups | Specifies if popups should appear when shapes are clicked.
Default: |
| popupTemplate | A popup template that will be used if a shape doesn't have a popupTemplate property itself. |
| showPointTitles | If a point feature has a |
| visible | A boolean indicating if the layer is visible or not.
Default: |
Property Details
allowExtrusions
Specifies if polygons that have a height property should be rendered as extruded polygons.
Default: true
allowExtrusions?: boolean
Property Value
boolean
bubbleRadiusFactor
A numerical factor used to adjust the size of map bubbles dynamically.
It multiplies the original bubble size to determine the final size.
Default: 8
bubbleRadiusFactor?: number
Property Value
number
enablePopups
Specifies if popups should appear when shapes are clicked.
Default: true
enablePopups?: boolean
Property Value
boolean
popupTemplate
A popup template that will be used if a shape doesn't have a popupTemplate property itself.
popupTemplate?: azmaps.PopupTemplate
Property Value
showPointTitles
If a point feature has a title or name property,
this option specifies if it should be displayed on the map under the marker.
Default: false
showPointTitles?: boolean
Property Value
boolean
visible
A boolean indicating if the layer is visible or not.
Default: true
visible?: boolean
Property Value
boolean
