Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps copied to clipboard
Show Info Window on all pins at same time
SUMMARY
Be able to show info window on all or a set of pins at the same time. Currently it only seems possible to show the info window on one pin at a time
DETAILS
I'd like a property or method which allows me to display the info window on multiple pins at a time
PLATFORMS
- [x] Android
- [x] iOS
- [x] UWP
After looking at this a bit more I think the best approach would be able to add text to the default marker. Maybe Specify the text to be added to the default annotation / marker bitmap? So Pin.DisplayText = "Bill" And on rendering the default marker / annotation bitmap is extended with this text above the pin Maybe something like that
Would love to see this added, I've been trying to add a permanent label under a pin without success i did have it working with a view but the label would rotate along with the pin so didn't look very good. plus the view would render slowly if there was a lot of pins..