OpenStreetMapDataProvider.TileUriTemplate Property
Gets or sets a template that is used to obtain image tiles from the current OpenStreetMap provider.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
String | A String containing the template Uri. |
Remarks
Before using map images in the OpenStreetMap format, please review the Copyright and License and Tile usage policy pages. To control which web resource should be used in your application as an OpenStreetMap data provider, you should assign specific values for the TileUriTemplate property. Note that by default, these properties are set to obtain data from the OpenStreetMap official web service.
See Also