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;