Search results

BubbleSettingsModel API in Angular Maps API component

Interface for a class BubbleSettings

Properties

animationDelay

number

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

animationDuration

number

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

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.

colorMapping

ColorMappingSettingsModel[]

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

colorValuePath

string

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

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.

fill

string

Sets and gets the color for the bubble in maps.

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.

minRadius

number

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

opacity

number

Sets and gets the opacity of the bubble in maps.

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.

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.

visible

boolean

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