/ Maps / TooltipSettings
Search results

TooltipSettings API in Vue Maps API component

Sets and gets the options to customize the tooltip for layers, markers, and bubble in maps.

Properties

border

BorderModel

Sets and gets the options for customizing the color and width of the border of the tooltip in layers, markers, and bubbles of maps.

fill

string

Sets and gets the color of the tooltip in layers, markers, and bubbles of maps.

format

string

Sets and gets the format of the tooltip in layers, markers, and bubbles of maps.

Defaults to null

template

string

Sets and gets the tooltip template for layers, markers, and bubbles in maps.

Defaults to

textStyle

FontModel

Sets and gets the options for customizing the style of the text in tooltip for layers, markers, and bubbles of maps.

valuePath

string

Sets and gets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.

Defaults to null

visible

boolean

Enables or disables the tooltip visibility for layers, markers, and bubbles in maps.

Defaults to false