How can i show label/title for marker permanently in Google Maps V3
I want to display Markers on Google map with title displayed under them as shown in picture Now this i read was possible in v2 using ELabel but is deprecated in v3. Is there any possible way to show some text under icons of markers in Google Maps V3? Since at least October 2016, the official API provides a way to add permanently visible labels that are longer than one letter. See this reply by a Google project member . var m = new google.maps.Marker({ position: new google.maps.LatLng(lat, lng), label: 'Hello world', }); By default, the result looks like: Pretty unreadable. Fortunately the API