Xamarin.Forms.GoogleMaps icon indicating copy to clipboard operation
Xamarin.Forms.GoogleMaps copied to clipboard

I cant see MyLocation button on my map (Android, not tested on iOS)

Open stefancvetkovic opened this issue 5 years ago • 3 comments

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

stefancvetkovic avatar Jun 30 '20 20:06 stefancvetkovic

The button visibility is set using map.uisettings But probably u figured it out up to now)

themronion avatar Jul 30 '20 16:07 themronion

No, I didnt :) can you please be more specific?

stefancvetkovic avatar Jul 30 '20 16:07 stefancvetkovic

Try this: map.UiSettings.MyLocationButtonEnabled = true;

themronion avatar Jul 30 '20 16:07 themronion