p.MarkerClicked += async (s, args) => { //I want to show custom content here var p = (pin)sender; await DisplayAlert("You clicked the pin", $"Pin was {p.Label}", "Cool"); };