hi, I am trying to display label in google.maps.Polygon using google api v3. my code are mention below, buts label is not visible. how can i solve this issue???
var polygonData = new google.maps.Polygon({ paths : stringData, strokeColor : 'red', strokeOpacity : 1, strokeWeight : 2, fillColor : '#FFFFFF', fillOpacity : 0.2, label: 'Country Name' }); > polygonData.setMap(map); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. Visit this group at https://groups.google.com/group/google-maps-js-api-v3. For more options, visit https://groups.google.com/d/optout.