gmap3 icon indicating copy to clipboard operation
gmap3 copied to clipboard

Marker mouseover set Z Index

Open nikmauro opened this issue 4 years ago • 0 comments

Hello, i have multiple markers and i want with mouse over to find focus market top level. Who to find the highest marker Zindex?

this.addListener('mouseover', function () {
    var findHigherZindex=100;     
    this.setZIndex(findHigherZindex+1);
});

nikmauro avatar Nov 08 '19 15:11 nikmauro