Show location popup on marker hover

When you mouse over the location Icon the location information should pop up.

Welcome to the Community, @SocialSmarts :waving_hand:

Thank you for the feedback!

I agree that it would be awesome to have this option right in the settings. If more users upvote this idea, we’ll try to think it over down the line :slightly_smiling_face:

The good news is that we’ve got a custom solution for this. Feel free to give it a shot: Store Locator: How to display location popup on pin hover

Thank you Max, I implemented it, but hover does not work, it works on click, how can I get it to work on hover? See below: https://www.accessibleholidayhomes.com.au/listings my browser is Chrome, not sure if its browser related.

Got it, thanks for the feedback!

Please try to use a different script instead and let me know how it worked:

util.addListener('.maplibregl-marker', 'mouseover', (e) => e.target.click());