Xamarin.Forms.Maps 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.ValueType A struct that has a latitude and longitude, stored as doubles. To be added. Constructor 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 The latitude of the new position in degrees, as a double. This value will be clamped between -90.0 and 90.0, inclusive. The longitude of the new position, as a double. This value will be clamped between -180.0 and 180.0, inclusive. Constructs a new structure with a given latitude and longitude. To be added. Method 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean The object to compare with. Returns a Boolean value that indicates whether or not is another structure and represents exactly the same latitude and longitude as one. if is another structure and represents exactly the same latitude and longitude as one. Otherwise, . To be added. Method 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Int32 Returns the hash code for this instance. The hash code for this instance. To be added. Property 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Double Gets the latitude of this position in decimal degrees. The latitude of this position in degrees, as a double. The returned value will be between -90.0 and 90.0 degrees, inclusive. To be added. Property 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Double Gets the longitude of this position in decimal degrees. The longitude of this position in degrees, as a double. The returned value will be between -180.0 and 180.0 degrees, inclusive. To be added. Method 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean A to compare. A to compare. Returns a Boolean value that indicates whether or not represents exactly the same latitude and longitude as . if represents exactly the same latitude and longitude as . Otherwise, . To be added. Method 1.0.0.0 1.1.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean A to compare. A to compare. Returns a Boolean value that indicates whether or not and represent different latitudes or longitudes. if and represent different latitudes or longitudes. Otherwise, . To be added.