MapZoomLevelRange
MapZoomLevelRange
MapZoomLevelRange
MapZoomLevelRange
Struct
Definition
Specifies the minimum and maximum zoom level for a MapTileSource. This structure is used by the ZoomLevelRange property of a MapTileSource.
public : struct MapZoomLevelRangepublic struct MapZoomLevelRangePublic Structure MapZoomLevelRange// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
Max Max Max Max
The maximum zoom level for a MapTileSource.
public : field double Maxpublic field double MaxPublic Field Max// This API is not available in Javascript.
Min Min Min Min
The minimum zoom level for a MapTileSource.
public : field double Minpublic field double MinPublic Field Min// This API is not available in Javascript.