| Package | Description |
|---|---|
| com.google.gwt.maps.client.services |
| Modifier and Type | Method and Description |
|---|---|
static VehicleType |
VehicleType.fromValue(String type) |
VehicleType |
TransitVehicle.getType()
The type of vehicle used, e.g.
|
static VehicleType |
VehicleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleType[] |
VehicleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransitVehicle.setType(VehicleType type)
The type of vehicle used, e.g.
|
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.