RenderOptionVectorOptions(String, String) 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.
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.