Class OpenStreetMapProvider
Inheritance
System.Object
OpenStreetMapProvider
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class OpenStreetMapProvider : TiledProvider, IDisposable, ICloneable
Constructors
Declaration
public OpenStreetMapProvider()
Declaration
public OpenStreetMapProvider(string key)
Parameters
Fields
Declaration
public static readonly DependencyProperty LayerProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StandardModeUserAgentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public string APIKey { get; set; }
Property Value
Declaration
public OpenStreetMapLayer Layer { get; set; }
Property Value
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides
Declaration
public string StandardModeUserAgent { get; set; }
Property Value
Methods
Declaration
protected override void OnPreviewSourceChanged(IMapSource source)
Parameters
Overrides
Extension Methods