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
Public Interface ITilingOptions
public interface class ITilingOptions
type ITilingOptions = interface end
The ITilingOptions type exposes the following members.
Properties
| Name | Description |
---|
| Factor | Gets or sets the factor relative to the standard tiling scheme. |
| OverlapFactor | Gets or sets the amount of overlapping area for neighboring tiles. |
TopSee Also