I’m trying to figure out the best way to add text of a user’s choice to the map. Given long/lat, the text to be shown, and maybe a font style, the text should then be shown on the map.
I’ve seen examples of using markers with the content property being set to a textbox, but I would like the text added without a marker.
Thanks in advance!