MapSpan.ClampLatitude(Double, Double) Method

Definition

Creates a new MapSpan with the same LongitudeDegrees as this and a radius defined by north and south.

public Xamarin.Forms.Maps.MapSpan ClampLatitude (double north, double south);
member this.ClampLatitude : double * double -> Xamarin.Forms.Maps.MapSpan

Parameters

north
Double

The northern limit of the new MapSpan.

south
Double

The southern limit of the new MapSpan.

Returns

A new MapSpan.

Applies to