Map Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Map() |
Initializes a new instance of the Map class with a region. |
Map(MapSpan) |
Initializes a new instance of the Map class with a region. |
Map(MapSpan)
- Source:
- Map.cs
- Source:
- Map.cs
- Source:
- Map.cs
Initializes a new instance of the Map class with a region.
public:
Map(Microsoft::Maui::Maps::MapSpan ^ region);
public Map(Microsoft.Maui.Maps.MapSpan region);
new Microsoft.Maui.Controls.Maps.Map : Microsoft.Maui.Maps.MapSpan -> Microsoft.Maui.Controls.Maps.Map
Public Sub New (region As MapSpan)
Parameters
- region
- MapSpan
The region that should be initially shown by the map.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.