Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MapStyle Enum
Definition
- Namespace:
- Windows.UI.Xaml.Controls.Maps
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.
Specifies the Style of the MapControl.
public enum class MapStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MapStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MapStyle
Public Enum MapStyle
- Inheritance
-
MapStyle
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | A style is not specified. |
| Road | 1 | A road map. |
| Aerial | 2 | An aerial map. |
| AerialWithRoads | 3 | A hybrid map that combines an aerial map with roads. |
| Terrain | 4 | A terrain map. |
| Aerial3D | 5 | An aerial 3D map. |
| Aerial3DWithRoads | 6 | A hybrid map that combines an aerial 3D map with roads. |
| Custom | 7 | A map that uses a custom Style. |
Remarks
Version history
| Windows version | SDK version | Value added |
|---|---|---|
| 1703 | 15063 | Custom |
Applies to
See also
Feedback
Was this page helpful?
