New to Kendo UI for Angular? Start a free 30-day trial
BubbleTooltipTemplateDirective
A directive that sets a template
within the <kendo-map-tooltip>
component for the Map
Bubble layer tooltip.
The available inputs for the bubble tooltip template are:
dataItem: any
—The original data item used to create the bubble.layerIndex: number
—The index of the layer for the tooltip.location: Location
—The location of the bubble.value: number
—The value of the bubble.
Selector
[kendoMapBubbleTooltipTemplate]