79659210

Date: 2025-06-09 16:36:46
Score: 1.5
Natty:
Report link
            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");
            };
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christine