Adding questions and answers to Pin Xamarin.forms
问题 Is there any way to make a popup with a few questions + a few answers to choose from after pressing the added pin on the map? How to do that? What I mean most is how to combine the popup with the pin (in xamarin.forms) I apologize for my weak language My pin code for adding pins: private async void OnButton(object sender, EventArgs e) { Pin pin = new Pin { Label = "Nazwa", Address = "adres", Type = PinType.SavedPin, Position = new Position(Convert.ToDouble(szerokosc.Text), Convert.ToDouble