TileSettings(Int32, Int32) Constructor

Definition

Initializes a new instance of TileSettings.

public TileSettings(int minZoom, int maxItemsPerTile);
new Azure.Analytics.PlanetaryComputer.TileSettings : int * int -> Azure.Analytics.PlanetaryComputer.TileSettings
Public Sub New (minZoom As Integer, maxItemsPerTile As Integer)

Parameters

minZoom
Int32

The minimum zoom level that can be requested for this collection. Provides a hard limit for the tile servers to ensure they don't get requests for low zoom levels, which would cause many files to be fetched and the tile servers to hang.

maxItemsPerTile
Int32

Maximum number of items to include in a single tile.

Applies to