heightInCentimeters property

int? heightInCentimeters
getter/setter pair

Vehicle height in centimeters. The provided value must be in the range [0, 5000]. By default, it is not set.

Note: Supported in TransportMode.truck, TransportMode.bus, TransportMode.privateBus, TransportMode.car (Beta), TransportMode.taxi (Beta) transport modes.

Implementation

int? heightInCentimeters;