Marker moves out when I zoom in or out, the position moves around, how can I keep it in the same coordinates? Is this spected? Tried OpenMaps and MapBox.
UPDATE:
This is only reproduce when using non "square" marker proportions...
new Marker(
width: 180.0,
height: 60.0,
...
Using square width and height seems to solve this issue.


Marker moves out when I zoom in or out, the position moves around, how can I keep it in the same coordinates? Is this spected? Tried OpenMaps and MapBox.
UPDATE:
This is only reproduce when using non "square" marker proportions...
Using square width and height seems to solve this issue.