Good day to all! I’m adding markers with lables from 0 to 9 to the map, no problems ...
doing it that way
var labels = '0123456789'; var labelIndex = 0; var marker = new google.maps.Marker({ position: location, label: labels[labelIndex++ % labels.length], map: map }); } Right now there is a need to make them up to 30. I tried to add but he does not read 2 tsr ... And ve also adds one by one