Values.IsolineTravelModeOptionsSourceMode-specific routing options that further refine how reachable areas are calculated. Options are only considered when they match the selected travel mode.
type nonrec t = {car : IsolineCarOptions.t option;Options specific to passenger vehicle routing (Car, such as vehicle characteristics and license plate restrictions.
*)scooter : IsolineScooterOptions.t option;Options specific to scooter routing (Scooter, such as vehicle characteristics and license plate restrictions. When using the Scooter travel mode, controlled-access highways are automatically avoided unless explicitly allowed.
*)truck : IsolineTruckOptions.t option;Options specific to commercial truck routing (Truck, including vehicle dimensions, weight limits, and hazardous cargo specifications.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of IsolineCarOptionsMaxSpeedDouble.t
| `Enum of string
| `Integer of IsolineCarOptionsOccupancyInteger.t
| `List of [> `Enum of string ] list
| `Long of WeightKilograms.t
| `String of TunnelRestrictionCode.t
| `Structure of
(string
* [> `Integer of IsolineTrailerOptionsAxleCountInteger.t
| `Long of WeightKilograms.t
| `String of
IsolineVehicleLicensePlateLastCharacterString.t ])
list ])
list ])
list ]