Click or drag to resize

LayerFactoryBaseUrl Property

URL specifying the root part of the URL from which a service like rendering a map can be composed. For example, https://xserver2-europe-eu-test.cloud.ptvgroup.com can be used as a base URL providing access to a Cloud based XServer2 system. The renderMap service is composed to: https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rs/XMap/{version}/renderMap

Namespace:  Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public string BaseUrl { get; }

Property Value

Type: String
See Also