Sdílet prostřednictvím


GetMapTileOptions(MapTileSetId, MapTileIndex) Constructor

Definition

GetMapTileOptions constructor.

public GetMapTileOptions (Azure.Maps.Rendering.MapTileSetId mapTileSetId, Azure.Maps.Rendering.MapTileIndex mapTileIndex);
new Azure.Maps.Rendering.GetMapTileOptions : Azure.Maps.Rendering.MapTileSetId * Azure.Maps.Rendering.MapTileIndex -> Azure.Maps.Rendering.GetMapTileOptions
Public Sub New (mapTileSetId As MapTileSetId, mapTileIndex As MapTileIndex)

Parameters

mapTileSetId
MapTileSetId

The options for configuring the static image.

mapTileIndex
MapTileIndex

The cancellation token to use.

Exceptions

mapTileSetId or mapTileIndex is null.

Applies to