Map Constructors

Definition

Overloads

Map()

Creates a new Map object with default values.

Map(MapSpan)

Creates a new Map object with that shows the region that is specified by region.

Map()

Creates a new Map object with default values.

public Map ();

Applies to

Map(MapSpan)

Creates a new Map object with that shows the region that is specified by region.

public Map (Xamarin.Forms.Maps.MapSpan region);
new Xamarin.Forms.Maps.Map : Xamarin.Forms.Maps.MapSpan -> Xamarin.Forms.Maps.Map

Parameters

region
MapSpan

The region to show.

Applies to