engineSizeInCubicCentimeters property
getter/setter pair
Engine size of the scooter in cubic centimeters. Shouldn't be less than 1 or greater than 65535.
Default value is null, which means the scooter route calculation ignores all engine size limits on the
road.
Notes
- For now, this option is only relevant in Japan and will be ignored for other countries. Currently, map data for this option is only available for Japan.
- Supported only in TransportMode.scooter (Alpha) transport mode.
Implementation
int? engineSizeInCubicCentimeters;