i have put all require file like, dist/css/map-icons.css , dist/js/map-icons.js, then i make maker like this:
var marker = new google.maps.Marker(
{
position: myLatLng,
map: map,
icon: {
path: SQUARE_ROUNDED,
fillColor: '#00CCBB',
fillOpacity: 1,
strokeColor: '',
strokeWeight: 0
},
map_icon_label: '<span class="map-icon map-icon-park"></span>'
});
but icon is not appear, just label like this:

anyone can help me to fix this?
thank you
i have put all require file like, dist/css/map-icons.css , dist/js/map-icons.js, then i make maker like this:
but icon is not appear, just label like this:
anyone can help me to fix this?
thank you