#marker labels
1 messages · Page 1 of 1 (latest)
What an impressive journey! Good for you for learning. To customize a label's location relative to the marker you might want to use the js-markerwithlabel utility library. https://github.com/googlemaps/js-markerwithlabel
However, maybe what you would prefer would be to use an Info Window (the little white popup above a marker) - it's easier to implement and you can specify the pixelOffset to adjust how far the tip of the window is from the anchor position. https://developers.google.com/maps/documentation/javascript/infowindows
I will actually be implementing both! Info window on click. I will take a look at the links. Thank you! 😁