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 346 forks source link

Show Info Window on all pins at same time #692

Open burrowj opened 4 years ago

burrowj commented 4 years ago

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

burrowj commented 4 years ago

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

N-Vsky commented 4 years ago

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..