[[["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 2024-11-12 UTC."],[[["`LegKt` is a Kotlin class used for building a `Leg` object in the Places SDK for Android."],["The primary function is `leg()`, which creates a new `Leg` instance representing a segment of a journey."],["`leg()` requires two parameters: `duration` (time taken) and `distanceMeters` (distance covered) for the leg."],["This class helps in constructing detailed route information within the application."]]],["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"]]