GoogleWebComponents / google-map

Google Maps web components

Home Page:https://elements.polymer-project.org/elements/google-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to highlight particular marker

eximius313 opened this issue · comments

commented

I have a list of places and each place is represented on the map with a marker.
When user selects a place I want to center the map on this particular marker without removing other markers.
It would be also great to turn on BOUNCE animation for this marker

You can do this with the marker click events, setting the map's lat/lng to the clicked marker. I believe the marker is returned in the event. https://elements.polymer-project.org/elements/google-map?active=google-map-marker#clickEvents