amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 347 forks source link

MyLocation Click #780

Open orwo1 opened 2 years ago

orwo1 commented 2 years ago

SUMMARY

Native map control's "MyLocationClick" event is not exposed (This is different to the MyLocation Button Click). Also, currently if the default user icon is showing and there is a marker on top of it, tapping the marker will be handled as MyLocationClick, and not as PinClick event. Meaning our app doesn't receive any indication of pin click in the same position of the user, or its general area.

DETAILS

MyLocationClick should be exposed by Map control.

PLATFORMS