OpenStreetMapDataProvider Class
The class that loads map images from a web resource that provides data in the OpenStreetMap format.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public class OpenStreetMapDataProvider :
MapDataProviderBase
#Remarks
Before using map images in the OpenStreetMap format, please review the Copyright and License and Tile usage policy pages. To control which OpenStreetMap subdomains should be used, use the OpenStreetMapDataProvider.Subdomains property. The OpenStreetMapDataProvider.TileUriTemplate property allows specifying the OpenStreetMap data provider used to obtain tiles.
#Example
Tip
A complete sample project is available in the DevExpress Code Examples database at https://supportcenter.
This example demonstrates how to connect to the OpenStreetMap web service using the OpenStreetMapDataProvider
object.
private void OnWebRequest(object sender, DevExpress.Xpf.Map.MapWebRequestEventArgs e) {
e.UserAgent = "DevExpress OpenStreetMapProvider example";
}