Purpose


Allows you to set the text of the tooltip, which will be shown when you click on the marker. Supports HTML and inserting data from the database.



Description


Consider an example of a hint:


<b>ID:</b> {id}<br>
<b>Office name:</b> {name}<br>
<b>Coordinates:</b> {latitude}; {longitude}<br>
<a href="http://google.com" target="_blank">Google.com</a><br>
<font color="red">This is some text!</font><br>
<img src="http://drive-software.com/images/logo.jpg" width="150">



Note the text surrounded by curly braces, e.g: {id}, {name}, etc.

Thus, the tooltip inserts the value of the fields from the database that belong to the marker.