The members of Xamarin.Forms.Maps.Pin are listed below.
See Also: Inherited members from Xamarin.Forms.BindableObject
Pin() | Creates a new Xamarin.Forms.Maps.Pin object with default values. |
static readonly | AddressProperty | Xamarin.Forms.BindableProperty. Identifies the Pin.Address bindable property. |
static readonly | PositionProperty | Xamarin.Forms.BindableProperty. Identifies the Pin.Position bindable property. |
static readonly | TypeProperty | Xamarin.Forms.BindableProperty. Identifies the Xamarin.Forms.Maps.Pin.Type bindable property. |
| Address | string. A describing the street address. | |
| Label | string. A user-readable associated with the Xamarin.Forms.Maps.Pin. | |
| Position | Position. The latitude and longitude of the Xamarin.Forms.Maps.Pin. | |
| Type | PinType. The kind of pin. |
override | Equals(object)Whether obj with equivalent Pin.Type, Pin.Position, Pin.Label and Pin.Address. | |
override | GetHashCode()The hash value for the Xamarin.Forms.Maps.Pin | |
| Clicked | Event that is raised when the pin is clicked. |
static | Equality(Pin, Pin) | Whether left and right have equivalent Pin.Type, Pin.Position, Pin.Label and Pin.Address values. |
static | Inequality(Pin, Pin) | Whether left and right differ in any of their Pin.Type, Pin.Position, Pin.Label and Pin.Address values. |