GooglePlaces Framework Reference
GMSPlaceLocationBias
@protocol GMSPlaceLocationBias <NSObject, NSCopying>
Protocol for specifying that the location can be used as search bias.
-
Returns the location bias as NSURLQueryItem
.
Declaration
Swift
func locationBiasURLQueryItem() -> URLQueryItem
Objective-C
- (nonnull NSURLQueryItem *)locationBiasURLQueryItem;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["The `GMSPlaceLocationBias` protocol is used to specify a location as a search bias."],["This protocol provides a method, `locationBiasURLQueryItem`, that returns the location bias as a `NSURLQueryItem` for use in URL requests."]]],[]]