peacemaker Expert Licensed User Longtime User Apr 29, 2017 #1 If an app uses some automatic _CameraChange - how to understand that the user slided the map manually that not to change the camera again automatically ? Any event ? Or only _CameraChange is available ?
If an app uses some automatic _CameraChange - how to understand that the user slided the map manually that not to change the camera again automatically ? Any event ? Or only _CameraChange is available ?
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #2 peacemaker said: Any event ? Or only _CameraChange is available ? Click to expand... You can see the list of events here: https://www.b4x.com/android/help/googlemaps.html#mapfragment Upvote 0
peacemaker said: Any event ? Or only _CameraChange is available ? Click to expand... You can see the list of events here: https://www.b4x.com/android/help/googlemaps.html#mapfragment
peacemaker Expert Licensed User Longtime User Apr 30, 2017 #3 So, only _CameraChange event is available to decide about map movements. Seems, some boolean flag should be a solution. Upvote 0
So, only _CameraChange event is available to decide about map movements. Seems, some boolean flag should be a solution.