Map/Location Solution?

Hi,

I have recently started using Wix to build a website. Wix is proving to be very good - even more so now that I have turned on the ‘Wix Code’ functionality.

Except I am having a lot of difficulty trying to design something quite important to me: maps.

Wix’ own Google Map plugin is good, but it only allows one location. 3rd party plugins don’t offer the same functionality.

I am looking for a map that I can have multiple pins on - that when clicked, lead to another page of the website.

Has anyone else managed to successfully set up (or integrate from a 3rd party) a map with this kind of functionality?

I have used Google Map from Wix, Map from POWr and Located - Store Mapper from Mira Labs but none of them work in the way I would like them to.

Hopefully someone out there has had better luck than I have!

Yes, there is a thread on this, started by David, if I remember correctly. From memory, search for “geocoding”, maps, google maps, etc.

Hi,
You can show a map with a few markers using google map’s API, check it out here .
Then, using messaging , change the page whenever a marker is clicked.

Good luck :slight_smile:

Thank you - what javascript/html would I enter into the iFrame to link to a new Wix page (URL) when a marker is clicked?

i.e. the main page has a map with all the markers and whenever one is clicked it loads “https:// www example com/marker1” to show more info?

Thank you

Use wixLocation.to to redirect the user to another page.