You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
I had a full working map with click events for adding and removing markers. Since I installed the geocomplete package all the events in the map doesn't work anymore. To make the click event to work again I have had to change it from: google.maps.event.addListener(map.instance, 'click', function(event)
to: $("#addressInput").geocomplete().bind("geocode:click", function(event, latLng)
But so far I haven't found a way to make my markers work again. Should I change the sintax too? In that case, there isn't any single piece in documentation who explain how...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had a full working map with click events for adding and removing markers. Since I installed the geocomplete package all the events in the map doesn't work anymore. To make the click event to work again I have had to change it from:
google.maps.event.addListener(map.instance, 'click', function(event)
to:
$("#addressInput").geocomplete().bind("geocode:click", function(event, latLng)
But so far I haven't found a way to make my markers work again. Should I change the sintax too? In that case, there isn't any single piece in documentation who explain how...
The text was updated successfully, but these errors were encountered: