次の方法で共有


GetMapTileOptions(MapTileSetId, MapTileIndex) コンストラクター

定義

GetMapTileOptions コンストラクター。

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)

パラメーター

mapTileSetId
MapTileSetId

静的イメージを構成するためのオプション。

mapTileIndex
MapTileIndex

使用する取り消しトークン。

例外

mapTileSetId または mapTileIndex が null です。

適用対象