Online Maps  v3
OnlineMapsGoogleDirectionsResult.Line Class Reference

information about the transit line used in this step. More...

Public Attributes

string name
 Full name of this transit line. eg. "7 Avenue Express". More...
 
string short_name
 Short name of this transit line. This will normally be a line number, such as "M7" or "355". More...
 
string color
 Color commonly used in signage for this transit line. The color will be specified as a hex string such as: #FF0033. More...
 
TransitAgency[] agencies
 Array of TransitAgency objects that each provide information about the operator of the line More...
 
string url
 URL for this transit line as provided by the transit agency. More...
 
string icon
 URL for the icon associated with this line. More...
 
string text_color
 Color of text commonly used for signage of this line. The color will be specified as a hex string. More...
 
Vehicle vehicle
 Type of vehicle used on this line. More...
 

Detailed Description

information about the transit line used in this step.

Member Data Documentation

◆ agencies

TransitAgency [] OnlineMapsGoogleDirectionsResult.Line.agencies

Array of TransitAgency objects that each provide information about the operator of the line

◆ color

string OnlineMapsGoogleDirectionsResult.Line.color

Color commonly used in signage for this transit line. The color will be specified as a hex string such as: #FF0033.

◆ icon

string OnlineMapsGoogleDirectionsResult.Line.icon

URL for the icon associated with this line.

◆ name

string OnlineMapsGoogleDirectionsResult.Line.name

Full name of this transit line. eg. "7 Avenue Express".

◆ short_name

string OnlineMapsGoogleDirectionsResult.Line.short_name

Short name of this transit line. This will normally be a line number, such as "M7" or "355".

◆ text_color

string OnlineMapsGoogleDirectionsResult.Line.text_color

Color of text commonly used for signage of this line. The color will be specified as a hex string.

◆ url

string OnlineMapsGoogleDirectionsResult.Line.url

URL for this transit line as provided by the transit agency.

◆ vehicle

Vehicle OnlineMapsGoogleDirectionsResult.Line.vehicle

Type of vehicle used on this line.