Popup Appears on Marker Hover?

I have a map with markers in perspective. I’d like to hover over a marker and have a popup appear. There’s events for map marker click but I don’t see anything for hovering over a marker. I’ve tried using the map mouse move option to check when it’s position intersects with a map but it caused a lot of jitter and performance issues so I’m wondering if there’s an easier way that I’m missing.

You can just add your view path and parameters under props.layers.ui.marker[0].tooltip.content.view.path and .params without having to write any event logic.

That works perfectly! Thanks so much, I’m not sure how I missed that :+1: :+1: