MapTileUriRequestedEventArgs MapTileUriRequestedEventArgs MapTileUriRequestedEventArgs MapTileUriRequestedEventArgs Class

Definition

public : sealed class MapTileUriRequestedEventArgs : IMapTileUriRequestedEventArgspublic sealed class MapTileUriRequestedEventArgs : IMapTileUriRequestedEventArgsPublic NotInheritable Class MapTileUriRequestedEventArgs Implements IMapTileUriRequestedEventArgs// 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)

Constructors

MapTileUriRequestedEventArgs() MapTileUriRequestedEventArgs() MapTileUriRequestedEventArgs() MapTileUriRequestedEventArgs()

Initializes a new instance of the MapTileUriRequestedEventArgs class.

public : MapTileUriRequestedEventArgs()public MapTileUriRequestedEventArgs()Public Sub New()// This API is not available in Javascript.
See Also

Properties

Request Request Request Request

Gets the Uri request.

public : MapTileUriRequest Request { get; }public MapTileUriRequest Request { get; }Public ReadOnly Property Request As MapTileUriRequest// This API is not available in Javascript.
See Also

X X X X

Gets the X value of the requested tile.

public : int X { get; }public int X { get; }Public ReadOnly Property X As int// This API is not available in Javascript.
Value
int int int int

The X value of the requested tile.

See Also

Y Y Y Y

Gets the Y value of the requested tile.

public : int Y { get; }public int Y { get; }Public ReadOnly Property Y As int// This API is not available in Javascript.
Value
int int int int

The Y value of the requested tile.

See Also

ZoomLevel ZoomLevel ZoomLevel ZoomLevel

Gets the zoom level of the requested tile.

public : int ZoomLevel { get; }public int ZoomLevel { get; }Public ReadOnly Property ZoomLevel As int// This API is not available in Javascript.
Value
int int int int

The zoom level of the requested tile.

See Also

See Also