Class VehicleInfo
Contains the vehicle information, such as the vehicle emission type.
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class VehicleInfo : IMessage<VehicleInfo>, IEquatable<VehicleInfo>, IDeepCloneable<VehicleInfo>, IBufferMessage, IMessage
Constructors
VehicleInfo()
Declaration
public VehicleInfo()
VehicleInfo(VehicleInfo)
Declaration
public VehicleInfo(VehicleInfo other)
Parameters
Type | Name | Description |
---|---|---|
VehicleInfo | other |
Properties
EmissionType
Describes the vehicle's emission type.
Applies only to the DRIVE
[RouteTravelMode
][google.maps.routing.v2.RouteTravelMode].
Declaration
public VehicleEmissionType EmissionType { get; set; }
Property Value
Type | Description |
---|---|
VehicleEmissionType |