MapSpan.WithZoom(Double) Method

Definition

Creates a new MapSpan with the same Center as this but with a Radius multiplied by zoomFactor.

public Xamarin.Forms.Maps.MapSpan WithZoom (double zoomFactor);
member this.WithZoom : double -> Xamarin.Forms.Maps.MapSpan

Parameters

zoomFactor
Double

The factor by which to enlarge or decrease this.

Returns

Applies to