TileSettings Class
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.
Configuration for map tile visualization.
public class TileSettings : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TileSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TileSettings>
type TileSettings = class
interface IJsonModel<TileSettings>
interface IPersistableModel<TileSettings>
Public Class TileSettings
Implements IJsonModel(Of TileSettings), IPersistableModel(Of TileSettings)
- Inheritance
-
TileSettings
- Implements
Constructors
| Name | Description |
|---|---|
| TileSettings(Int32, Int32) |
Initializes a new instance of TileSettings. |
Properties
| Name | Description |
|---|---|
| DefaultLocation |
Default map location when displaying this collection. |
| MaxItemsPerTile |
Maximum number of items to include in a single tile. |
| MinZoom |
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. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to TileSettings) | |
| Implicit(TileSettings to RequestContent) | |