public class TransitVehicle extends JavaScriptObject
| Modifier | Constructor and Description | 
|---|---|
| protected  | TransitVehicle()use newInstance(); | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getIcon()A URL for an icon that corresponds to the type of vehicle used on this line. | 
| String | getLocal_Icon()A URL for an icon that corresponds to the type of vehicle used in this region instead of the more general icon. | 
| String | getName()A name for this type of TransitVehicle, e.g. | 
| VehicleType | getType()The type of vehicle used, e.g. | 
| static TransitVehicle | newInstance() | 
| void | setIcon(String icon)A URL for an icon that corresponds to the type of vehicle used on this line. | 
| void | setLocal_Icon(String localIcon)A URL for an icon that corresponds to the type of vehicle used in this region instead of the more general icon. | 
| void | setName(String name)A name for this type of TransitVehicle, e.g. | 
| void | setType(VehicleType type)The type of vehicle used, e.g. | 
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic static final TransitVehicle newInstance()
public final void setIcon(String icon)
public final String getIcon()
public final void setLocal_Icon(String localIcon)
public final String getLocal_Icon()
public final void setName(String name)
public final String getName()
public final void setType(VehicleType type)
public final VehicleType getType()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.