[[["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-03-24 UTC."],[[["`FetchPlaceRequest` is a struct used to request information about a specific place using its placeID."],["It allows specifying desired place properties to be included in the response for efficient data retrieval."],["Optionally, a session token can be provided to associate the request with a billing session for usage tracking."],["Developers can utilize `FetchPlaceRequest` with `PlacesClient` to retrieve Place details, leveraging available Place Data Fields."]]],["`FetchPlaceRequest` is a struct used to request a specific place. It requires a `placeID` to identify the place and `placeProperties` to specify the data to retrieve. An optional `sessionToken` can link the request to a billing session. The struct is initialized with these three parameters and provides read-only access to each. This request object is used with `PlacesClient` to obtain detailed information about a given place.\n"]]