Zhivko Vasilev

Results 8 comments of Zhivko Vasilev

> Take a look at the official Star documentation to see if you can find the correct encoding Found the solution, if you want I can create a pull request....

- i dont know exactly, but I guess a lot in the map itself in the stores around 20 - the version before the refactoring - yes you also have...

> I have experienced similar issues, but with thousands of markers. I need more time to find the root cause... yes, i guess it was thousands for me as well,...

> Improved rotation: > > * Switched to rotationHandler which is a faster implementation compared to RotationGestureDetector > * Prevent recalculating tiles while rotating or zooming > > Additionally I...

@mikes222 there is one more thing that is a bit problematic here is a [video](https://drive.google.com/file/d/16W7TDkJ-I2LGh-D6HVH4iY6qE_iylJtm/view?usp=share_link) of it if you have a marker (path marker, or poimarker) drawn and you start...

> Unfortunately I have no idea how to synchronize the overlays in the best possible way. Each overlay is now independent of each other and receives its informations at different...

hi @mikes222 unfortunately there is one more performance issue, if the map is zoomed out a lot, and you try to move it around while having lots of markers, its...

hi @mikes222 regarding the last issue, i noticed its the LabelView causing it, when the zoom level is really low, it tries to draw thousands of markers, i created a...