Class StaticMapMetadata
StaticMapMetadata DataContract class.
Inherited Members
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class StaticMapMetadata : ImageryMetadata
Constructors
StaticMapMetadata()
Declaration
public StaticMapMetadata()
Properties
MapCenter
Pushpins
Gets or sets the Pushpins.
Declaration
public PinInfo[] Pushpins { get; set; }
Property Value
PinInfo[]
|
Zoom
Gets or sets the Zoom.
Declaration
public string Zoom { get; set; }
Property Value
System.String
|