The members of Xamarin.Forms.Maps.MapSpan are listed below.
See Also: Inherited members from System.Object
| Returns a Xamarin.Forms.Maps.MapSpan that is centered on center and extends to latitudeDegress and longitudeDegress. |
| [read-only] | Center | Position. The Xamarin.Forms.Maps.Position in the geographical center of the Xamarin.Forms.Maps.MapSpan. |
| [read-only] | LatitudeDegrees | double. The degrees of latitude that are spanned by the Xamarin.Forms.Maps.MapSpan. |
| [read-only] | LongitudeDegrees | double. The degrees of longitude that are spanned by the Xamarin.Forms.Maps.MapSpan. |
| [read-only] | Radius | Distance. Gets the smallest distance across the Xamarin.Forms.Maps.MapSpan. |
ClampLatitude(double, double)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)Whether obj is a Xamarin.Forms.MapsSpan with identical position and radius values as this Xamarin.Forms.Maps.MapSpan. | |
static | FromCenterAndRadius(Position, Distance)Returns a marin.Forms.Maps.MapSpan that displays the area that is defined by center and radius. | |
override | GetHashCode()The hash value for this Xamarin.Forms.Maps.MapSpan, based on the position and radius. | |
WithZoom(double)Creates a new Xamarin.Forms.Maps.MapSpan with the same MapSpan.Center as this but with a MapSpan.Radius multiplied by zoomFactor. | ||
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. |