Xamarin.Forms.Maps.MapSpan Members

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

See Also: Inherited members from System.Object

Public Constructors

Returns a Xamarin.Forms.Maps.MapSpan that is centered on center and extends to latitudeDegress and longitudeDegress.

Public Properties

[read-only]
CenterPosition. The Xamarin.Forms.Maps.Position in the geographical center of the Xamarin.Forms.Maps.MapSpan.
[read-only]
LatitudeDegreesdouble. The degrees of latitude that are spanned by the Xamarin.Forms.Maps.MapSpan.
[read-only]
LongitudeDegreesdouble. The degrees of longitude that are spanned by the Xamarin.Forms.Maps.MapSpan.
[read-only]
RadiusDistance. Gets the smallest distance across the Xamarin.Forms.Maps.MapSpan.

Public Methods

ClampLatitude(double, double) : MapSpan
Creates a new Xamarin.Forms.Maps.MapSpan with the same MapSpan.LongitudeDegrees as this and a radius defined by north and south.
override
Equals(object) : bool
Whether obj is a Xamarin.Forms.MapsSpan with identical position and radius values as this Xamarin.Forms.Maps.MapSpan.
static
FromCenterAndRadius(Position, Distance) : MapSpan
Returns a marin.Forms.Maps.MapSpan that displays the area that is defined by center and radius.
override
GetHashCode() : int
The hash value for this Xamarin.Forms.Maps.MapSpan, based on the position and radius.
WithZoom(double) : MapSpan
Creates a new Xamarin.Forms.Maps.MapSpan with the same MapSpan.Center as this but with a MapSpan.Radius multiplied by zoomFactor.

Public Operators

static
Equality(MapSpan, MapSpan)Whether two Xamarin.Forms.Maps.MapSpan have equivalent values.
static
Inequality(MapSpan, MapSpan)Whether two Xamarin.Forms.Maps.MapSpan have different values.