I was able to setup the markers, but now it would be great to add a popup when clicking on the marker that shows the exact address and a link to calculate a route to that destination with google maps, ideally in a new tab
thanks for you reply. I found the section where to add content to the popup, but as I am not working with the Blocks Editor, but with Views it looks like this: hidden link
And I have no clue of the shortcodes, that I could add. Is there a list?
As mentioned I would like to add the Post title, address and url (address+url are custom fields created with toolset).
So what you would add here is the shortcodes below.
[wpv-post-title] //this generates the post title
[types field='address-slug'][/types] //You will need to replace address-slug with the correct slug for the address field
[types field='my-url'][/types] //You will need to replace my-url with the correct slug for the url field
Amazing. It works! Is there maybe a solution to create a link for each popup that sends the visitor to Google Maps in a new tab with the address of that popup as target for a route?