Search results

BubbleSettings API in Angular Maps API component

Sets and gets the options to customize the bubble elements in maps.

Properties

animationDelay

number

Sets and gets the delay in animation for bubble in maps.

Defaults to 0

animationDuration

number

Sets and gets the duration for the animation for bubble in maps.

Defaults to 1000

border

BorderModel

Sets and gets the options to customize the color and width of the border for the bubble in maps.

bubbleType

BubbleType

Sets and gets the type of the bubble in maps.

Defaults to Circle

colorMapping

ColorMappingSettingsModel[]

Sets and gets the color-mapping for the bubble in maps.

Defaults to []

colorValuePath

string

Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.

Defaults to null

dataSource

Object[] | DataManager

Sets and gets the data source for the bubble. The data source must contain the size value of the bubble that can be bound to the bubble of the Maps using the valuePath property in the bubbleSettings. The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.

Defaults to []

fill

string

Sets and gets the color for the bubble in maps.

Defaults to

highlightSettings

HighlightSettingsModel

Sets and gets the highlight settings for the bubble in maps.

maxRadius

number

Sets and gets the maximum radius for the bubble in maps.

Defaults to 20

minRadius

number

Sets and gets the minimum radius for the bubble in maps.

Defaults to 10

opacity

number

Sets and gets the opacity of the bubble in maps.

Defaults to 1

query

Query

Sets and gets the query to select particular data from the bubble data. This property is applicable only when the data source is created by data manager.

Defaults to null

selectionSettings

SelectionSettingsModel

Sets and gets the selection settings for the bubble in maps.

tooltipSettings

TooltipSettingsModel

Sets and gets the options to customize the tooltip for the bubbles in maps.

valuePath

string

Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.

Defaults to null

visible

boolean

Enables or disables the visibility state of the bubbles in maps.

Defaults to false