Skip to main content

OpenStreetMapDataProvider Members

The class that loads map images from a web resource that provides data in the OpenStreetMap format.

Constructors

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

Fields

Name Description
TileUriTemplateProperty static Identifies the OpenStreetMapDataProvider.TileUriTemplate dependency property.
UserAgentProperty static Identifies the UserAgent dependency property. Inherited from MapDataProviderBase.

Properties

Name Description
CacheOptions Gets or sets the settings for a map’s cache. Inherited from MapDataProviderBase.
Owner Provides access to the owner of the current data provider. Inherited from MapDataProviderBase.
Projection Returns the projection supported by the OpenStreetMapDataProvider.
TileSource Returns a tile source associated with the current data provider. Inherited from MapDataProviderBase.
TileUriTemplate Gets or sets a template that is used to obtain image tiles from the current OpenStreetMap provider.
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