Daniel Streitenberger

Results 4 comments of Daniel Streitenberger
trafficstars

I have a similar issue. I am doing what @barbeau says ``` clusterManager.clearItems(); clusterManager.addItems(markersToShowOnMap); clusterManager.cluster(); ``` and also override `onClusterItemUpdated()` and the other methods. I have noticed that my markers...

if I do that all my markers wil dissapear when they should be redrawn. The only solution I found is, recreate the renderer before assing the new items, like this:...

I found the issue. Was related to a migration from Java to Kotlin from an old CustomClusterItem. It was overriding the equals() method and there was the error. Nothing to...

> same issue using Windows10 : **java.lang.IllegalArgumentException: Illegal base64 character d** Workarounds: > > * Convert C:\Users.android\adbkey from CRLF to LF > * Launching maestro using git bash > If...