Table of Contents

Interface IImageTileProvider

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

Provides per-tile image requests for tiled real-world imagery services.

public interface IImageTileProvider

Properties

maxZoom

Highest zoom level the provider can serve.

minZoom

Lowest zoom level the provider can serve.

Methods

CreateTileRequest(int, int, int)

Creates the web request used to download one image tile.