Online Maps  v3
OnlineMapsGoogleDirectionsResult.Vehicle Class Reference

Type of vehicle. More...

Public Attributes

string name
 Name of the vehicle on this line. eg. "Subway." More...
 
string type
 Type of vehicle that runs on this line. More...
 
string icon
 URL for an icon associated with this vehicle type. More...
 
string local_icon
 URL for the icon associated with this vehicle type, based on the local transport signage. More...
 

Detailed Description

Type of vehicle.

Member Data Documentation

◆ icon

string OnlineMapsGoogleDirectionsResult.Vehicle.icon

URL for an icon associated with this vehicle type.

◆ local_icon

string OnlineMapsGoogleDirectionsResult.Vehicle.local_icon

URL for the icon associated with this vehicle type, based on the local transport signage.

◆ name

string OnlineMapsGoogleDirectionsResult.Vehicle.name

Name of the vehicle on this line. eg. "Subway."

◆ type

string OnlineMapsGoogleDirectionsResult.Vehicle.type

Type of vehicle that runs on this line.