Hi teammates
I am going to implement a popup on the location pin using mapview.
How can I do it?
Thank you
Hi teammates
I am going to implement a popup on the location pin using mapview.
How can I do it?
Thank you
Hello. You can use a title for the named marker
{
"namedmarkers": {
"test": {
"latlng": [
53.9015366,
27.4649254
],
"direction": 23,
"color": "#f0f",
"label": "label",
"title": "title"
}
}
}