MapSpan.Radius Property

Definition

Gets the smallest distance across the MapSpan.

public Xamarin.Forms.Maps.Distance Radius { get; }
member this.Radius : Xamarin.Forms.Maps.Distance

Property Value

The smallest distance across the MapSpan.

Remarks

Application developers can get the distance in their desired units from the returned Distance struct.

Applies to