[[["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-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGMSPlaceLocationBias\u003c/code\u003e protocol is used to specify a location as a search bias.\u003c/p\u003e\n"],["\u003cp\u003eThis protocol provides a method, \u003ccode\u003elocationBiasURLQueryItem\u003c/code\u003e, that returns the location bias as a \u003ccode\u003eNSURLQueryItem\u003c/code\u003e for use in URL requests.\u003c/p\u003e\n"]]],["The `GMSPlaceLocationBias` protocol allows a location to be used as a search bias. It contains a method, `locationBiasURLQueryItem`, which returns the location bias as an `NSURLQueryItem`. This protocol can be implemented in both Swift and Objective-C, using the specified function signature for Swift and the method signature for Objective-C. It is also specified that it implements `NSCopying`.\n"],null,["GMSPlaceLocationBias \n\n @protocol GMSPlaceLocationBias \u003cNSObject, NSCopying\u003e\n\nProtocol for specifying that the location can be used as search bias.\n- `\n ``\n ``\n `\n\n [-locationBiasURLQueryItem](#/c:objc(pl)GMSPlaceLocationBias(im)locationBiasURLQueryItem)`\n ` \n Returns the location bias as `NSURLQueryItem`. \n\n Declaration \n Swift \n\n func locationBiasURLQueryItem() -\u003e URLQueryItem\n\n Objective-C \n\n - (nonnull NSURLQueryItem *)locationBiasURLQueryItem;"]]