RenderOptionVectorOptions(String, String) Constructor

Definition

Initializes a new instance of RenderOptionVectorOptions.

public RenderOptionVectorOptions(string tileJsonKey, string sourceLayer);
new Azure.Analytics.PlanetaryComputer.RenderOptionVectorOptions : string * string -> Azure.Analytics.PlanetaryComputer.RenderOptionVectorOptions
Public Sub New (tileJsonKey As String, sourceLayer As String)

Parameters

tileJsonKey
String

Asset key containing the TileJSON URL.

sourceLayer
String

Name of the source layer in the vector tiles.

Exceptions

tileJsonKey or sourceLayer is null.

Applies to