Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps copied to clipboard
I cant see MyLocation button on my map (Android, not tested on iOS)
Hi,
Im just a newbie here, so I added Permissions plugin and added in code behind if my permissions ok, then map.MyLocationEnabled = true but I dont see any button on my page (map is there which is fine) where I can clcik to drag me to my position? thanks
The button visibility is set using map.uisettings But probably u figured it out up to now)
No, I didnt :) can you please be more specific?
Try this: map.UiSettings.MyLocationButtonEnabled = true;