Class TransitLine
TransitLine DataContract class.
Inheritance
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TransitLine : Object
Constructors
TransitLine()
Declaration
public TransitLine()
Properties
abbreviatedName
Gets or sets the abbreviatedName.
Declaration
public string abbreviatedName { get; set; }
Property Value
System.String
|
AgencyId
Gets or sets the AgencyId.
Declaration
public long AgencyId { get; set; }
Property Value
System.Int64
|
agencyName
Gets or sets the agencyName.
Declaration
public string agencyName { get; set; }
Property Value
System.String
|
lineColor
Gets or sets the lineColor.
Declaration
public long lineColor { get; set; }
Property Value
System.Int64
|
lineTextColor
Gets or sets the lineTextColor.
Declaration
public long lineTextColor { get; set; }
Property Value
System.Int64
|
phoneNumber
Gets or sets the phoneNumber.
Declaration
public string phoneNumber { get; set; }
Property Value
System.String
|
providerInfo
Gets or sets the providerInfo.
Declaration
public string providerInfo { get; set; }
Property Value
System.String
|
uri
Gets or sets the uri.
Declaration
public string uri { get; set; }
Property Value
System.String
|
verboseName
Gets or sets the Zoom.
Declaration
public string verboseName { get; set; }
Property Value
System.String
|