A collection of connection to different map providers that is used by the individual layers.
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public ObservableCollection<MapConnection> MapConnections { get; set; } |
Visual Basic |
---|
Public Property MapConnections As ObservableCollection(Of MapConnection)
Get
Set |
JScript |
---|
function get MapConnections () : ObservableCollection<MapConnection>
function set MapConnections (value : ObservableCollection<MapConnection>) |
See Also