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

Disable Pin.InfoWindow completly

Open byme8 opened this issue 1 year ago • 1 comments

SUMMARY

Some apps have their own "InfoWindows" and show them in a separate control nearby the map. It would be nice to have a way to disable InfoWindow altogether. So it will not appear when the marker is clicked.

Map.DisableInfoWindow = true;
// or 
Pin..DisableInfoWindow = true;

PLATFORMS

  • [x] Android
  • [x] iOS
  • [ ] UWP

byme8 avatar Oct 31 '22 12:10 byme8