Skip to content

Label Appear without Showing Icon #64

@afuzha

Description

@afuzha

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:

image

anyone can help me to fix this?
thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions