Values.RoutePedestrianSpanSourceSpan computed for the requested SpanAdditionalFeatures.
type nonrec t = {bestCaseDuration : DurationSeconds.t option;Duration of the computed span without traffic congestion. Unit: seconds
*)country : CountryCode3.t option;3 letter Country code corresponding to the Span.
*)distance : DistanceMeters.t option;Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.
*)duration : DurationSeconds.t option;Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties. Unit: seconds
*)dynamicSpeed : RouteSpanDynamicSpeedDetails.t option;Dynamic speed details corresponding to the span. Unit: kilometers per hour
*)functionalClassification : RoutePedestrianSpanFunctionalClassificationInteger.t
option;A numerical value indicating the functional classification of the road segment corresponding to the span. Classification values are part of the hierarchical network that helps determine a logical and efficient route, and have the following definitions: Roads that allow for high volume, maximum speed traffic movement between and through major metropolitan areas. Roads that are used to channel traffic to functional class 1 roads for travel between and through cities in the shortest amount of time. Roads that intersect functional class 2 roads and provide a high volume of traffic movement at a lower level of mobility than functional class 2 roads. Roads that provide for a high volume of traffic movement at moderate speeds between neighborhoods. Roads with volume and traffic movement below the level of any other functional class.
*)geometryOffset : RoutePedestrianSpanGeometryOffsetInteger.t option;Offset in the leg geometry corresponding to the start of this span.
*)incidents : IndexList.t option;Incidents corresponding to the span. These index into the Incidents in the parent Leg.
*)names : LocalizedStringList.t option;Provides an array of names of the pedestrian span in available languages.
*)pedestrianAccess : RouteSpanPedestrianAccessAttributeList.t option;Access attributes for a pedestrian corresponding to the span.
*)region : RoutePedestrianSpanRegionString.t option;2-3 letter Region code corresponding to the Span. This is either a province or a state.
*)roadAttributes : RouteSpanRoadAttributeList.t option;Attributes for the road segment corresponding to the span.
*)routeNumbers : RouteNumberList.t option;Designated route name or number corresponding to the span.
*)speedLimit : RouteSpanSpeedLimitDetails.t option;Speed limit details corresponding to the span. Unit: kilometers per hour
*)typicalDuration : DurationSeconds.t option;Duration of the computed span under typical traffic congestion. Unit: seconds
*)}val make :
?bestCaseDuration:??? ->
?country:??? ->
?distance:??? ->
?duration:??? ->
?dynamicSpeed:??? ->
?functionalClassification:??? ->
?geometryOffset:??? ->
?incidents:??? ->
?names:??? ->
?pedestrianAccess:??? ->
?region:??? ->
?roadAttributes:??? ->
?routeNumbers:??? ->
?speedLimit:??? ->
?typicalDuration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RoutePedestrianSpanFunctionalClassificationInteger.t
| `List of
[> `Enum of string
| `Integer of Integer.t
| `Structure of
(string * [> `Enum of string | `String of LanguageTag.t ]) list ]
list
| `Long of DurationSeconds.t
| `String of CountryCode3.t
| `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Double of SpeedKilometersPerHour.t
| `Long of DurationSeconds.t ])
list ])
list ]