SimpleDataLayerOptions interface

Options used to customize how the SimpleDataLayer renders.

Properties

allowExtrusions

Specifies if polygons that have a height property should be rendered as extruded polygons. Default: true

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

enablePopups

Specifies if popups should appear when shapes are clicked. Default: true

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 title or name property, this option specifies if it should be displayed on the map under the marker. Default: false

visible

A boolean indicating if the layer is visible or not. Default: true

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

azmaps.PopupTemplate

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