5 references to Type
Microsoft.Maui.Controls.Maps (5)
Pin.cs (5)
13
/// <summary>Bindable property for <see cref="
Type
"/>.</summary>
14
public static readonly BindableProperty TypeProperty = BindableProperty.Create(nameof(
Type
), typeof(PinType), typeof(Pin), default(PinType));
110
hashCode = (hashCode * 397) ^ (int)
Type
;
173
Equals(Location, other.Location) &&
Type
== other.
Type
&&