18 references to Pin
Microsoft.Maui.Controls.Maps (18)
Pin.cs (10)
14 public static readonly BindableProperty TypeProperty = BindableProperty.Create(nameof(Type), typeof(PinType), typeof(Pin), default(PinType));
17 public static readonly BindableProperty LocationProperty = BindableProperty.Create(nameof(Location), typeof(Location), typeof(Pin), default(Location));
20 public static readonly BindableProperty AddressProperty = BindableProperty.Create(nameof(Address), typeof(string), typeof(Pin), default(string));
23 public static readonly BindableProperty LabelProperty = BindableProperty.Create(nameof(Label), typeof(string), typeof(Pin), default(string));
99 return Equals((Pin)obj);
128 public static bool operator ==(Pin? left, Pin? right)
139 public static bool operator !=(Pin? left, Pin? right)
170 bool Equals(Pin other)