[[["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-09-09 UTC."],[[["The `com.google.android.libraries.places.widget.kotlin` package provides Kotlin extensions for the Places SDK for Android, focusing on the widget functionality."],["It includes classes like `AutocompleteSupportFragmentKt` for utilizing the AutocompleteSupportFragment and classes for handling place selection results, namely `PlaceSelectionResult`, `PlaceSelectionSuccess`, and `PlaceSelectionError`."],["These classes help developers integrate place selection features into their Android applications using Kotlin, enabling easier place discovery and data retrieval within the app's UI."]]],["This documentation outlines the Kotlin classes within the `com.google.android.libraries.places.widget` package for handling place selections. Key components include `AutocompleteSupportFragmentKt`, likely for integrating autocomplete functionality. `PlaceSelectionResult` manages the outcome of place selection, with `PlaceSelectionSuccess` indicating success and `PlaceSelectionError` denoting a failed selection. These classes are used to process and represent the different outcomes of selecting a place.\n"]]