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

PinClicked event e.Pin is null on Android #740

Open treyconley opened 4 years ago

treyconley commented 4 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

I have a very simple single page app that just has the googlemaps control on it. I register the PinClicked event. When I run the iOS version, e.Pin is set to the Pin I clicked on. However, the Android version always returns e.Pin == null.

EXPECTED BEHAVIOR

Would expect to get a valid Pin object for both iOS and Android.

HOW TO REPRODUCE

Example.zip