google.maps.TransitLine
interface
Information about the transit line that operates this transit step.
| Properties | |
|---|---|
agencies |
Type:
Array<TransitAgency>The transit agency that operates this transit line. |
color |
Type:
stringThe color commonly used in signage for this transit line, represented as a hex string. |
icon |
Type:
stringThe URL for an icon associated with this line. |
name |
Type:
stringThe full name of this transit line, e.g. "8 Avenue Local". |
short_name |
Type:
stringThe short name of this transit line, e.g. "E". |
text_color |
Type:
stringThe text color commonly used in signage for this transit line, represented as a hex string. |
url |
Type:
stringThe agency's URL which is specific to this transit line. |
vehicle |
Type:
TransitVehicleThe type of vehicle used, e.g. train or bus. |