Click or drag to resize

PtvAjaxTiledProvider Constructor

Initializes a new instance of the PtvAjaxTiledProvider class.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public PtvAjaxTiledProvider(
	string url,
	string additionalParam
)

Parameters

url
Type: SystemString
Url of the tile server.
additionalParam
Type: SystemString
The additional parameters which should be relayed to the xMapServer.
See Also