androidseb

Results 25 comments of androidseb

I tested on an Android 10 emulator and it's working fine there too. Have you tried the Map Marker Android app on your device to see if you have the...

So just to confirm, you downloaded this app: https://play.google.com/store/apps/details?id=com.exlyo.mapmarker On your OnePlus7 and you are noticing this bug?

I don't think pre-adding the markers should change anything, the floating markers overlay repaints 60 times per second so it's probably something else. The only explanation I see would be...

I tried with the base example project again and it seems to be working. Can anyone try these steps and confirm they see the issue? * Download a **fresh copy...

I this the same issue as here? https://github.com/androidseb/android-google-maps-floating-marker-titles/issues/4 Or are you reporting something else?

Hello, I got bitten by bugs caused by this linter behavior I did not expect: `unawaited_futures doesn't work when method/function is not marked async`. I know it doesn't resolve this...

Hi @orkun1675, I'll respond to your questions below. Note that those answers are assuming you only have the "while using the app" location permission and not the "always" location permission....

Hey @JaffaKetchup, since you asked for feedback about this, I'll try and add some thoughts here. Disclaimer: I read through the code at a high level, not in fine details,...

Thanks, I think I understand this a little better now. ## About storage > We need to store: > > * Some way to refer to the unique tile >...

> Just to be clear, you're suggesting removing the persistent registry? Yes, or at least I'm hoping we can achieve this somehow. But maybe there is no good way around...