flutter_map icon indicating copy to clipboard operation
flutter_map copied to clipboard

[FEATURE] Update marker size / design on mouse onHover event

Open fvisticot opened this issue 6 months ago • 0 comments

What do you want implemented?

I need to display detailed information when the mouse is hover a marker. Regarding the "hover" property, the marker do not have the same size.

What other alternatives are available?

I have tried to implement the isHover detection in the marker child widget BUT the size of the marker is FIXED for a marker and can not be updated from the isHover property. I need to set the marker size with the maximum size of the 2 markers configuration (normal or detailed) It means that with this implementation, the hover detection is not detected on the child widget region but on the FIXED marker region

Can you provide any other information?

No response

Severity

Obtrusive: No workarounds are available, and this is essential to me

fvisticot avatar Aug 16 '24 09:08 fvisticot