[[["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-05-06 UTC."],[[["`CoordinateRegionRestriction` protocol enables using a coordinate region to limit search areas within Google Places."],["It is crucial to avoid conforming to this protocol outside of the `GooglePlacesSwift` framework to prevent potential fatal errors."],["The `restriction()` function transforms the region restriction into a `URLQueryItem` for use in queries."]]],["The `CoordinateRegionRestriction` protocol defines a coordinate region as a search restriction. It's designed for internal use within GooglePlacesSwift and should not be implemented externally to avoid errors. The core action is the `restriction()` method, which returns the region restriction as a `URLQueryItem`. This function provides the necessary data for use in location based searches.\n"]]