N Nicolás Cieri Active Member Licensed User Aug 16, 2020 #1 Is it possible to detect when the user rotates the map ?. I know I can detect it by reading the "bearing" property of the camera position. I would like to know if there is an event that fires when the user has turned it on. I know that maybe a timer checking the property would solve it, but I want to know if it can be done by event. Thanks
Is it possible to detect when the user rotates the map ?. I know I can detect it by reading the "bearing" property of the camera position. I would like to know if there is an event that fires when the user has turned it on. I know that maybe a timer checking the property would solve it, but I want to know if it can be done by event. Thanks
Erel B4X founder Staff member Licensed User Longtime User Aug 16, 2020 #2 You should handle the CameraChange event. Upvote 0
TILogistic Expert Licensed User Longtime User Aug 16, 2020 #3 tips: Camera and view | Maps SDK for Android | Google for Developers developers.google.com Upvote 0