BingMapDataProvider Members
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. |
CultureProperty static | Identifies the BingMapDataProvider.Culture dependency property. |
KindProperty static | Identifies the BingMapDataProvider.Kind dependency property. |
UserAgentProperty static | Identifies the UserAgent dependency property. Inherited from MapDataProviderBase. |
Properties
Name | Description |
---|---|
ActualCulture | Gets the actual culture of a data provider. |
BingKey | Get or sets the key that is required to connect to the Bing Maps data provider. |
CacheOptions | Gets or sets the settings for a map’s cache. Inherited from MapDataProviderBase. |
Culture | Specifies the culture that should be used when obtaining data from the Bing Maps service. |
Kind | Gets or sets a value specifying the type of images to be displayed on a map. |
Owner | Provides access to the owner of the current data provider. Inherited from MapDataProviderBase. |
Projection | Returns the projection supported by BingMapDataProvider. |
TileSource | Returns a tile source associated with the current data provider. Inherited from MapDataProviderBase. |
UserAgent | Inherited from MapDataProviderBase. |
Methods
Name | Description |
---|---|
Dispose() | Disposes the MapDataProviderBase object. Inherited from MapDataProviderBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetMapSizeInPixels(Double) | Returns the map size (in pixels) for the specified zoom level. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also