PlanetaryComputerModelFactory.TileSettings Method

Definition

Configuration for map tile visualization.

public static Azure.Analytics.PlanetaryComputer.TileSettings TileSettings(int minZoom = 0, int maxItemsPerTile = 0, Azure.Analytics.PlanetaryComputer.DefaultLocation defaultLocation = default);
static member TileSettings : int * int * Azure.Analytics.PlanetaryComputer.DefaultLocation -> Azure.Analytics.PlanetaryComputer.TileSettings
Public Shared Function TileSettings (Optional minZoom As Integer = 0, Optional maxItemsPerTile As Integer = 0, Optional defaultLocation As DefaultLocation = Nothing) As TileSettings

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.

defaultLocation
DefaultLocation

Default map location when displaying this collection.

Returns

A new TileSettings instance for mocking.

Applies to