Click or drag to resize

XMapTiledProvider Constructor (String, String, 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,
	string user,
	string password,
	XMapMode mode
)

Parameters

url
Type: SystemString
The url to connect to the xMap server.
user
Type: SystemString
User name of the XMap authentication.
password
Type: SystemString
Password of the XMap authentication.
mode
Type: Ptv.XServer.Controls.Map.TileProvidersXMapMode
The mode of this tiled provider instance.
See Also