GetMapTileOptions(MapTileSetId, MapTileIndex) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.