[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],["The `LegKt` class provides a public static method called `leg`. This method constructs a new `Leg` object, representing a segment of a trip. It takes two parameters: `duration`, a `Duration` object indicating the time to complete the leg, and `distanceMeters`, an integer specifying the leg's distance. It then returns the constructed `Leg` object which has been built with the parameters given. Both parameters are non-nullable.\n"]]