Stop map refreshing

Hi guys,

Currently our map (BDK) keeps refreshing randomly and when it does it goes back to the initial map settings, which are “set centre on current geographical position”, and “zoom 11”. This is a problem because the user of the app will be scrolling around on the map, and then randomly pulled back to current location and initial zoom setting. This is also a problem because the map markers (from the database) are being pulled off the map, and reloaded, which looks ugly.

Does anyone know a way to stop the map from randomly refreshing like this?

Thanks heaps :slight_smile:

Did you solve this?

Yes, the guys from BDK recommended I use a Repeating Group to store all the data, and then get the map to grab the data from the repeating group. Because the map keeps trying to retrieve the information again, which is why the map keep refreshing and giving that jerking effect in app. But the repeating group doesn’t try to refresh itself.

my map just started doing this (after 2+ years of NOT doing this) - what could’ve changed its behavior?