Xamarin.Forms.Maps
Struct that encapsulates a distance (natively stored as a double of meters).
To be added.
The distance value, in meters, with which to initialize a new structure.
Creates a new that represents the distance described by .
To be added.
An Object to compare to this.
Whether an is a and has exactly the same values as this.
if is a and has exactly the same values as this.
To be added.
The being compared to this.
Whether a has exactly the same values as this .
if has exactly the same value as this.
To be added.
A double value representing the distance, in kilometers, for the to create.
Factory method to create a from a value provided in kilometers.
To be added.
To be added.
A double value representing the distance, in meters, for the to create.
Factory method to create a from a value provided in meters.
To be added.
To be added.
A double value representing the distance, in miles, for the to create.
Factory method to create a from a value provided in miles.
To be added.
To be added.
The hashcode for the .
A value optimized for fast insertion and retrieval in a hash-based data structure.
To be added.
Gets the distance in kilometers that is spanned by this.
The distance in kilometers that is spanned by this
To be added.
Gets the distance in meters that is spanned by this.
Toe distance in meters that is spanned by this.
To be added.
Gets the distance in miles that is spanned by this.
The distance in miles that is spanned by this.
To be added.
A to compare to another .
A to compare to .
Whether two s have properties that are exactly the same.
if and have identical properties.
To be added.
A to compare to another .
A to compare to .
Whether two s have differing properties.
if and have different properties.
To be added.
Converts between string addresses and s.
To be added.
Creates a new object with default values.
To be added.
To be added.
Returns the addresses near , asynchronously.
To be added.
To be added.
To be added.
Returns a list of positions for .
To be added.
To be added.
A that shows a map provided by a platform-specific service.
Here is a very simple example of a :
Creates a new object with default values.
To be added.
To be added.
Creates a new object with that shows the region that is specified by .
To be added.
An of the s on this .
To be added.
To be added.
Whether this is allowed to scroll.
if scrolling is enabled.
To be added.
Identifies the bindable property.
To be added.
Whether this is allowed to zoom.
if zooming is enabled.
To be added.
Identifies the bindable property.
To be added.
Whether this is showing the user's current location.
if the user's current location is being displayed.
To be added.
Identifies the bindable property.
To be added.
The display style of this .
To be added.
To be added.
Identifies the bindable property.
To be added.
The to make visible.
Moves the map so that it displays the specified .
To be added.
An of the s on this .
To be added.
To be added.
An of the s on this .
To be added.
To be added.
The currently visible of this .
To be added.
To be added.
A circular region on a .
To be added.
To be added.
To be added.
To be added.
Returns a that is centered on and extends to and .
To be added.
The in the geographical center of the .
To be added.
To be added.
The northern limit of the new .
The southern limit of the new .
Creates a new with the same as this and a radius defined by and .
A new .
To be added.
To be added.
Whether is a with identical position and radius values as this .
if is a with identical position and radius values as this .
To be added.
To be added.
To be added.
Returns a that displays the area that is defined by and .
To be added.
To be added.
The hash value for this , based on the position and radius.
A value optimized for insertion and retrieval in hash-based data structures.
To be added.
The degrees of latitude that are spanned by the .
The number of degrees of latitude that are spanned by the .
To be added.
The degrees of longitude that are spanned by the .
The number of degrees of longitude that are spanned by the .
To be added.
A to be compared.
A to be compared.
Whether two have equivalent values.
if the two s have equivalent and values.
To be added.
A to be compared.
A to be compared.
Whether two have different values.
if the two s have different values for either or .
To be added.
Gets the smallest distance across the .
The smallest distance across the .
Application developers can get the distance in their desired units from the returned struct.
The factor by which to enlarge or decrease this.
Creates a new with the same as this but with a multiplied by .
To be added.
To be added.
Enumeration that specifies the display style of the map.
To be added.
A map that combinse satellite imagery and street data.
A map that contains satellite imagery.
A street map.
A marker on a .
A must have its property assigned before it is added to a map. If not, a is thrown.
Creates a new object with default values.
To be added.
A describing the street address.
To be added.
To be added.
Identifies the bindable property.
To be added.
Event that is raised when the pin is clicked.
To be added.
To be added.
Whether with equivalent , , and .
if is a with equivalent , , and values.
To be added.
The hash value for the
A value optimized for fast insertion and retrieval in a hash-based data structure.
A hash-value is based on its , , and properties.
A user-readable associated with the .
To be added.
To be added.
A to be compared.
A to be compared.
Whether and have equivalent , , and values.
if and have equivalent , , and values.
To be added.
A to be compared.
A to be compared.
Whether and differ in any of their , , and values.
if and have any differences between their , , and values.
To be added.
The latitude and longitude of the .
The of the .
To be added.
Identifies the bindable property.
To be added.
The kind of pin.
To be added.
To be added.
Identifies the bindable property.
To be added.
Enumeration specifying the various kinds of .
To be added.
A generic pin.
Pin for a place.
Pin for a saved location.
Pin for a search result.
A struct that has a latitude and longitude, stored as doubles.
To be added.
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.
To be added.
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.
Returns the hash code for this instance.
The hash code for this instance.
To be added.
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.
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.
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.
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.