I'm currently using Maps in Xamarin Forms. It works fine for this example. https://developer.xamarin.com/guides/xamarin-forms/user-interface/map/
Now i need to change just the colour of the Pin, the following example is not really what i'm looking for as its a bit of an overkill for me.
Is there an easier way to just change the color? I've tried:
var pin = new Pin {
Type = (data.contractDate>= DateTime.Now) ? PinType.SavedPin : PinType.Place
But this doesn't change the color.