MapTileUriRequestedEventArgs
MapTileUriRequestedEventArgs
MapTileUriRequestedEventArgs
MapTileUriRequestedEventArgs
Class
Definition
Provides data for the HttpMapTileDataSource.UriRequested event and the LocalMapTileDataSource.UriRequested event.
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.
The Uri request.
- 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