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
)
Public Sub New (
url As String,
mode As XMapMode
)
public:
XMapTiledProvider(
String^ url,
XMapMode mode
)
new :
url : string *
mode : XMapMode -> XMapTiledProvider
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