Tooltip in Layers

1 Answer 85 Views
Map wrapper
diego
Top achievements
Rank 1
diego asked on 18 Oct 2022, 09:21 PM

 

Hello, Exists any way to show a tooltip in the bubble layers?
Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 20 Oct 2022, 03:44 PM

Hello, Diego. 

The current implementation of the Kendo UI for Vue Map Wrapper allows you to add a Tooltip only to the marker layers as it is demonstrated in this StackBlitz example. To achieve the demonstrated behavior, we are using the following definition:

<kendo-map-layer
  :type="'marker'"
  :symbol="'circle'"
  :data-source="circleBubble"
  :tooltip-content="'tooltip'"
></kendo-map-layer>

I hope the above suggestions will help you achieve what you need in your application. 

Regards,
Petar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Map wrapper
Asked by
diego
Top achievements
Rank 1
Answers by
Petar
Telerik team
Share this question
or