Click or drag to resize

ITiledProvider Interface

Returns a bitmap cache for a tile index at a specific zoom level.

Namespace:  Ptv.XServer.Controls.Map.Layers.Tiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public interface ITiledProvider

The ITiledProvider type exposes the following members.

Properties
  NameDescription
Public propertyCacheId
Gets the cache id used to cache the tiled map.
Public propertyMaxZoom
Gets the maximum level where tiles are available.
Public propertyMinZoom
Gets the minimum level where tiles are available.
Top
Methods
  NameDescription
Public methodGetImageStream
Returns a serialized bitmapCache.
Top
See Also