Xamarin.Forms.Maps.MapSpan: Method Members

The methods of Xamarin.Forms.Maps.MapSpan are listed below. For a list of all members, see the MapSpan Members list.

See Also: Inherited members from System.Object

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.