MapTileBitmapRequestDeferral MapTileBitmapRequestDeferral MapTileBitmapRequestDeferral MapTileBitmapRequestDeferral Class

Definition

Represents a deferral that can be used by an app to respond asynchronously to a bitmap request for a tile.

public : sealed class MapTileBitmapRequestDeferral : IMapTileBitmapRequestDeferralpublic sealed class MapTileBitmapRequestDeferral : IMapTileBitmapRequestDeferralPublic NotInheritable Class MapTileBitmapRequestDeferral Implements IMapTileBitmapRequestDeferral// 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

MapTileBitmapRequestDeferral() MapTileBitmapRequestDeferral() MapTileBitmapRequestDeferral() MapTileBitmapRequestDeferral()

Initializes a new instance of the MapTileBitmapRequestDeferral class.

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

Methods

Complete() Complete() Complete() Complete()

Notifies the system that the app has finished processing the bitmap request for a tile.

public : void Complete()public void Complete()Public Function Complete() As void// This API is not available in Javascript.
See Also

See Also