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
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. | ||