answered on 27 Apr 2025, 12:33 PM
| edited on 27 Apr 2025, 12:35 PM
Based on the image you attached, I assume you would like to display a button inside the map's tooltip. While this is technically possible, it is not practical, as the tooltip will disappear as soon as the mouse leaves the marker, preventing users from clicking the button.
At the moment, it is not possible to customize the Map to change its behavior for displaying tooltips on hover. However, as a workaround, you can handle the OnMarkerClick event and display the additional information, including a button, either next to the map or inside a separate window.