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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.