MapTileBitmapRequestedEventArgs MapTileBitmapRequestedEventArgs MapTileBitmapRequestedEventArgs MapTileBitmapRequestedEventArgs Class

Definition

Provides data for the CustomMapTileDataSource.BitmapRequested event.

public : sealed class MapTileBitmapRequestedEventArgs : IMapTileBitmapRequestedEventArgspublic sealed class MapTileBitmapRequestedEventArgs : IMapTileBitmapRequestedEventArgsPublic NotInheritable Class MapTileBitmapRequestedEventArgs Implements IMapTileBitmapRequestedEventArgs// 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)

Remarks

For more info about using the CustomMapTileDataSource, see the PixelData property of the MapTileBitmapRequest.

Constructors

MapTileBitmapRequestedEventArgs() MapTileBitmapRequestedEventArgs() MapTileBitmapRequestedEventArgs() MapTileBitmapRequestedEventArgs()

Initializes a new instance of the MapTileBitmapRequestedEventArgs class.

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

Properties

Request Request Request Request

Gets the bitmap request.

public : MapTileBitmapRequest Request { get; }public MapTileBitmapRequest Request { get; }Public ReadOnly Property Request As MapTileBitmapRequest// 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