Values.IsolineGranularityOptionsSourceControls the detail level and smoothness of generated isolines. More detailed isolines provide better visual representation of reachable areas but require more processing time and result in larger responses.
type nonrec t = {maxPoints : IsolineGranularityOptionsMaxPointsInteger.t option;The maximum number of points used to define each isoline. Higher values create smoother, more detailed shapes.
*)maxResolution : DistanceMeters.t option;The maximum distance in meters between points along the isoline. Smaller values create more detailed shapes. Unit: meters
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IsolineGranularityOptionsMaxPointsInteger.t
| `Long of DistanceMeters.t ])
list ]