I think this is the module I need, since I have multiple locations that need to display with their plot points next to a map, searchable by zip code.

I just have two question; can I style the results on the side of the map? I actually need to move them to the right side of the map, and apply CSS styling around them. Am I able to do that?

Second question; when the user clicks on a location result on the side, can the map zoom to the selected location on the map?

Thanks for any feedback.

Comments

michfuer’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

The panel has a class of "google-store-locator-panel" that you can target for styling.

When a user selects a location from the Panel the map automatically centers on that location. There's a "Zoom Here" link in the Info Window that they can use for rapid zooming.

vintorg’s picture

Thanks. I ended up just rendering some nodes into a form and using the Google Maps API to handle and plot clicks.