OptionaldurationDuration in seconds to traverse this section.
Calculated as: endTravelTimeInSeconds - startTravelTimeInSeconds
OptionalendCumulative distance in meters from route start to the end of this section.
Index of the route coordinate where this section ends (inclusive).
Zero-based index into the route's LineString coordinates array.
OptionalendElapsed time in seconds from route start to the end of this section.
Unique identifier for this section.
Randomly generated to distinguish between sections.
OptionallengthLength in meters of this section.
Calculated as: endLengthInMeters - startLengthInMeters
OptionalstartCumulative distance in meters from route start to the beginning of this section.
Index of the route coordinate where this section begins.
Zero-based index into the route's LineString coordinates array.
OptionalstartElapsed time in seconds from route start to the beginning of this section.
Base properties for all route sections.
Sections divide a route into portions with specific characteristics or attributes. All section types extend this base with additional specialized properties.