Vantim Arzanidis

Results 10 comments of Vantim Arzanidis

I try to use shared preferences to provide a feature for a user so he can save the zoom lever for the next start. But when the app runs. Initially...

Yeah. How to make the color dark

> tile Actually, not only the tile but the markers as well, but as I understand that there is a functionality already to set non standart marker icons, but what...

All right. Thank you. Highly expected👍

Is there a feature to change the zoom speed, like the animation. For example I have a following code: comtroller.zoomIntoBoundingBox; and after the map is loaded it zooms to that...

Same issues, I'm dealing with. Firstly, how to send JWT token to make a protective webscoket handshake, well at least you can send it vie query parameter. Secondly, if the...

I found the solution. In the markerClusterLayerWidget instead of passing just markers to the markers propetry, use List.from(markers), so you create a new instance of a list with markers and...