Gets or sets the type of the BingMaps (formerly Virtual Earth) service.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public BingMapsService BingMapsService { get; set; }
Visual Basic (Declaration)
Public Property BingMapsService As BingMapsService

Field Value

One of the BingMapsService types which indicates the type of service to connect to.

See Also