Skip to main content

BingMapDataProvider Members

Obsolete. The class that loads map images from the Bing Maps data provider.

Constructors

Name Description
BingMapDataProvider() Initializes a new instance of the BingMapDataProvider class with default settings.

Fields

Name Description
BingKeyProperty static Identifies the BingMapDataProvider.BingKey dependency property.
CacheOptionsProperty static Identifies the CacheOptions dependency property. Inherited from MapDataProviderBase.
ConnectionProtocolProperty static Identifies the BingMapDataProvider.ConnectionProtocol dependency property.
CultureNameProperty static Identifies the BingMapDataProvider.CultureName dependency property.
ImageSourceProperty static Identifies the MapImageDataProviderBase.ImageSource dependency property. Inherited from MapImageDataProviderBase.
KindProperty static Identifies the BingMapDataProvider.Kind dependency property.
RequestOptionsProperty static Identifies the MapDataProviderBase.RequestOptions dependency property. Inherited from MapDataProviderBase.
TopLayerProperty static Identifies the TopLayer dependency property.

Properties

Name Description
BingKey Get or sets the key that is required to connect to the Bing Maps data provider.
CacheOptions Gets or sets the settings for the provider’s cache. Inherited from MapDataProviderBase.
ConnectionProtocol Gets or sets the value indicating the transfer protocol that the data provider uses to request data.
CultureName Gets or sets the Culture name used to obtain data from Bing GIS services.
ImageSource Returns the image source used to specify the image used to display map data. Inherited from MapImageDataProviderBase.
Kind Gets or sets a value specifying the type of images to be displayed on a map.
Projection Gets the projection used by the Bing Maps map data provider.
RequestOptions Gets or sets the options of tile image request. Inherited from MapDataProviderBase.
TileCacheNamePrefix
TileSource Returns a tile source associated with the current data provider. Inherited from MapDataProviderBase.
TopLayer Gets or sets the display layer that is rendered over the imagery set received from the Bing Maps service.

Methods

Name Description
GetMapSizeInPixels(Double) Returns the map size in pixels. Inherited from MapImageDataProviderBase.
Refresh() Refreshes the Bing Map data provider’s tile source.
SetTileSource(MapTileSourceBase) Assigns a new tile source to the data provider. Inherited from MapDataProviderBase.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
WebRequest Occurs when the Map control sends a request to a web service. Inherited from MapImageDataProviderBase.
See Also