Rob Bliss Member Licensed User Longtime User Sep 20, 2018 #1 Is there a way to know when the current location button in a Google Map has been clicked. Id prefer not to override the existing functionality, ideally just add my own bits to it, but if I can only override then so be it. Cheers
Is there a way to know when the current location button in a Google Map has been clicked. Id prefer not to override the existing functionality, ideally just add my own bits to it, but if I can only override then so be it. Cheers
Erel B4X founder Staff member Licensed User Longtime User Sep 20, 2018 #2 Should be possible to catch it with OnMyLocationButtonClickListener from GoogleMapsExtras library: https://www.b4x.com/android/forum/threads/googlemapsextras.26277/#content Upvote 0
Should be possible to catch it with OnMyLocationButtonClickListener from GoogleMapsExtras library: https://www.b4x.com/android/forum/threads/googlemapsextras.26277/#content
Rob Bliss Member Licensed User Longtime User Sep 20, 2018 #3 Erel said: Should be possible to catch it with OnMyLocationButtonClickListener from GoogleMapsExtras library: https://www.b4x.com/android/forum/threads/googlemapsextras.26277/#content Click to expand... Ah, I'd missed them... Thanks Upvote 0
Erel said: Should be possible to catch it with OnMyLocationButtonClickListener from GoogleMapsExtras library: https://www.b4x.com/android/forum/threads/googlemapsextras.26277/#content Click to expand... Ah, I'd missed them... Thanks