amay077 / Xamarin.Forms.GoogleMaps

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

Disable default info window when tapping on a pin in UWP #746

Open ccdarko opened 3 years ago

ccdarko commented 3 years ago

SUMMARY

If the client code sets PinClickedEventArgs.Handled to true, then the Pushpin_Tapped method should not execute any of its logic (currently, it toggles the visibility of the DetailsView unconditionally)

PLATFORMS

themronion commented 3 years ago

I guess uwp support is dropped out absolutely in the new beta version of the plugin, so i have doubts the pull request will be accepted