[[["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-10-31 UTC."],[],["The `PointOfInterest` class stores data about a clicked point on a map. It implements `Parcelable` and holds three key pieces of information: `latLng` (location), `name`, and `placeId`. It has a constructor to initialize these fields. The class contains a method `writeToParcel` to write the `PointOfInterest` data to a `Parcel`. Inherited methods are available for basic object operations, like `equals` and `hashCode`. `PointOfInterest` also contain constant values like `CONTENTS_FILE_DESCRIPTOR`.\n"]]