Class BingRestBaseMapSource
Inheritance
System.Object
BingRestBaseMapSource
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BingRestBaseMapSource : TiledMapSource, IMapSource
Constructors
Declaration
protected BingRestBaseMapSource(MapMode mode, bool labelVisible, string applicationId)
Parameters
|
MapMode
mode
|
|
System.Boolean
labelVisible
|
|
System.String
applicationId
|
Properties
Declaration
public string ApplicationId { get; set; }
Property Value
Declaration
protected MapMode Mode { get; }
Property Value
Declaration
protected string SessionId { get; set; }
Property Value
Extension Methods