Appearance
⚙️ Marker Title
Displayed when the user hovers over the marker. HTML is not supported.
⚙️ Marker Header
The text for the marker's header. HTML is supported.
✨ Example
html
<strong>MY LOCATION</strong>⚙️ Marker Content
The text for the marker's body content. HTML is supported.
✨ Example
html
<h2>AM I HERE</h2>⚙️ Marker Size
Sets the size of the marker. Accepts any value from 0 to 8.
⚙️ Marker Colors
Offers color pickers for the marker's background color, border color, and glyph color.
⚙️ Custom Glyph
Replaces the default glyph with a custom icon.
✨ Example
To display a house icon instead of the default glyph:
html
<i class="fa-solid fa-house"></i>📌 This example requires Font Awesome to be loaded on the page.
