Table of Contents

Class VehicleInfo

Namespace
GoogleMapsApi.Entities.Routes.Request
Assembly
GoogleMapsApi.dll

Vehicle attributes used for emissions-aware routing.

public sealed class VehicleInfo
Inheritance
VehicleInfo
Inherited Members

Properties

EmissionType

Engine / emission type of the vehicle.

[JsonPropertyName("emissionType")]
public VehicleEmissionType? EmissionType { get; set; }

Property Value

VehicleEmissionType?