Implemented interface member:
property
Location
Microsoft.Maui.Maps.IMapPin.Location
5 references to Location
Microsoft.Maui.Controls.Maps (5)
Pin.cs (5)
16 /// <summary>Bindable property for <see cref="Location"/>.</summary> 17 public static readonly BindableProperty LocationProperty = BindableProperty.Create(nameof(Location), typeof(Location), typeof(Pin), default(Location)); 109 hashCode = (hashCode * 397) ^ Location.GetHashCode(); 173 Equals(Location, other.Location) && Type == other.Type &&