Click or drag to resize

XMapTiledProvider Constructor (String, XMapMode)

Initializes a new instance of the XMapTiledProvider class with the given connection string and mode.

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

Parameters

url
Type: SystemString
The url to connect to the xMap server.
mode
Type: Ptv.XServer.Controls.Map.TileProvidersXMapMode
The mode of this tiled provider instance.
See Also