Provides basic functionality shared among all the map provider connections.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public abstract class MapConnection : BindableObject
Visual Basic
Public MustInherit Class MapConnection _
	Inherits BindableObject
JScript
public abstract class MapConnection extends BindableObject

Inheritance Hierarchy

System..::..Object
  BindableObject
    Ico.Ewx..::..MapConnection
      BingConnection
      EsriConnection
      GeofenceConnection
      GoogleConnection
      WmsConnection
      WorkerPathHistoryConnection

See Also