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

Show Info Window on all pins at same time

Open burrowj opened this issue 5 years ago • 2 comments

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

burrowj avatar Jan 16 '20 23:01 burrowj

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

burrowj avatar Jan 17 '20 00:01 burrowj

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

N-Vsky avatar Feb 05 '20 16:02 N-Vsky