bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Add parameter to filter the list of the stores based on marker visibility #18

Closed jacquesletesson closed 9 years ago

jacquesletesson commented 11 years ago

Hi @bjorn2404

I added a new parameter to only display on the list the store of which the marker is visible on the map.

If you think there is a better way to do this, let me know.

Hope it helps other.

Cheers,

https://github.com/jacquesletesson/jQuery-Store-Locator-Plugin/commit/2e707fe5cb32e8081542066818604f3c7a35feb3

jacquesletesson commented 11 years ago

I forgot to add an event listener to filter the list when the map is fully loaded.

https://github.com/jacquesletesson/jQuery-Store-Locator-Plugin/commit/50921f2b2c9456f0b0bd652f8c0ad8582ccf9dfb

angeenes commented 9 years ago

Hi, how can I use this parameter ?

bjorn2404 commented 9 years ago

Added in v2.0.6 with visibleMarkersList option.