Module Values.RoutePedestrianSpanSource

Span computed for the requested SpanAdditionalFeatures.

Sourcetype nonrec t = {
  1. bestCaseDuration : DurationSeconds.t option;
    (*

    Duration of the computed span without traffic congestion. Unit: seconds

    *)
  2. country : CountryCode3.t option;
    (*

    3 letter Country code corresponding to the Span.

    *)
  3. 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.

    *)
  4. 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

    *)
  5. dynamicSpeed : RouteSpanDynamicSpeedDetails.t option;
    (*

    Dynamic speed details corresponding to the span. Unit: kilometers per hour

    *)
  6. 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.

    *)
  7. geometryOffset : RoutePedestrianSpanGeometryOffsetInteger.t option;
    (*

    Offset in the leg geometry corresponding to the start of this span.

    *)
  8. incidents : IndexList.t option;
    (*

    Incidents corresponding to the span. These index into the Incidents in the parent Leg.

    *)
  9. names : LocalizedStringList.t option;
    (*

    Provides an array of names of the pedestrian span in available languages.

    *)
  10. pedestrianAccess : RouteSpanPedestrianAccessAttributeList.t option;
    (*

    Access attributes for a pedestrian corresponding to the span.

    *)
  11. region : RoutePedestrianSpanRegionString.t option;
    (*

    2-3 letter Region code corresponding to the Span. This is either a province or a state.

    *)
  12. roadAttributes : RouteSpanRoadAttributeList.t option;
    (*

    Attributes for the road segment corresponding to the span.

    *)
  13. routeNumbers : RouteNumberList.t option;
    (*

    Designated route name or number corresponding to the span.

    *)
  14. speedLimit : RouteSpanSpeedLimitDetails.t option;
    (*

    Speed limit details corresponding to the span. Unit: kilometers per hour

    *)
  15. typicalDuration : DurationSeconds.t option;
    (*

    Duration of the computed span under typical traffic congestion. Unit: seconds

    *)
}
Sourceval make : ?bestCaseDuration:??? -> ?country:??? -> ?distance:??? -> ?duration:??? -> ?dynamicSpeed:??? -> ?functionalClassification:??? -> ?geometryOffset:??? -> ?incidents:??? -> ?names:??? -> ?pedestrianAccess:??? -> ?region:??? -> ?roadAttributes:??? -> ?routeNumbers:??? -> ?speedLimit:??? -> ?typicalDuration:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t