XMapWSServiceImpl Constructor |
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public XMapWSServiceImpl(
string url
)
Public Sub New (
url As String
)
public:
XMapWSServiceImpl(
String^ url
)
new :
url : string -> XMapWSServiceImpl
Parameters
- url
- Type: SystemString
The url of the xMapServer.
See Also