Xamarin.Forms.Maps.Position Members

The members of Xamarin.Forms.Maps.Position are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructs a new Xamarin.Forms.Maps.Position structure with a given latitude and longitude.

Public Properties

[read-only]
Latitudedouble. Gets the latitude of this position in decimal degrees.
[read-only]
Longitudedouble. Gets the longitude of this position in decimal degrees.

Public Methods

override
Equals(object) : bool
Returns a Boolean value that indicates whether or not obj is another Xamarin.Forms.Position structure and represents exactly the same latitude and longitude as this one.
override
GetHashCode() : int
Returns the hash code for this instance.

Public Operators

static
Equality(Position, Position)Returns a Boolean value that indicates whether or not left represents exactly the same latitude and longitude as right.
static
Inequality(Position, Position)Returns a Boolean value that indicates whether or not left and right represent different latitudes or longitudes.