Google Maps resets zoom to default after zooming in or out in the app

Hello.

I have created an app that uses Google Maps for navigation, and I have set it to change the marker and camera position every time the GPS location alters.

However, when I manually zoom in or out on the app, it always changes the zoom to the one I set on the “When Google Maps on location change” block after it detects a location change.

I tried to somehow set a global variable depending on the zoom the user sets so it doesn’t always default back to the original one, but to no avail. I apologize if the issue sounds confusing, I can provide a video of the issue if needed.

Here is the configuration currently:

Thanks a lot, in advance!

Use Enable Map Camera Pos Change Listener to true in order to to listen to map’s camera position changed event

blocks - 2022-04-17T135210.958

1 Like

Thank you very much! It works!

1 Like

Don’t forget to mark solution in order to help others in community that might have the same problem :slight_smile: