Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

No events get fired if address not found [reproduceable] #135

Open
DevDaveo opened this issue May 6, 2017 · 0 comments
Open

No events get fired if address not found [reproduceable] #135

DevDaveo opened this issue May 6, 2017 · 0 comments

Comments

@DevDaveo
Copy link

DevDaveo commented May 6, 2017

No event loaders get fired if one of the address properties don't get found.
Here the code to reproduce (basically from the official example codes):

$('#test')
.gmap3({
    center:[48.8620722, 2.352047],
    zoom:4
})
.marker([
    {address:"Paris, France"},
    {address:"saasdasdasdgsfagfddfgdgdgdfgasd"},
    {address:"Lyon, France"}
])
.on('click', function (marker) {
    marker.setIcon('https://maps.google.com/mapfiles/marker_green.png');
})
.then(function (markers) {
    markers[1].setIcon('https://maps.google.com/mapfiles/marker_orange.png');
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant