Click or drag to resize

ITilingOptions Interface

Indicates whether the tile sources use a tiling system which differs by a scale factor from the standard tiling scheme. This interface is used for xServer tile-sources to avoid rounding errors at deep zoom levels.

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 ITilingOptions

The ITilingOptions type exposes the following members.

Properties
  NameDescription
Public propertyFactor
Gets or sets the factor relative to the standard tiling scheme.
Public propertyOverlapFactor
Gets or sets the amount of overlapping area for neighboring tiles.
Top
See Also