GooglePlaces Framework Reference

Protocols

The following protocols are available globally.

  • Protocol for specifying that the location can be used as search bias.

    Declaration

    Swift

    protocol GMSPlaceLocationBias : NSCopying, NSObjectProtocol

    Objective-C

    @protocol GMSPlaceLocationBias <NSObject, NSCopying>
  • Protocol for specifying that the location can be used as search restriction.

    Declaration

    Swift

    protocol GMSPlaceLocationRestriction : NSCopying, NSObjectProtocol

    Objective-C

    @protocol GMSPlaceLocationRestriction <NSObject, NSCopying>
  • Protocol for providing App Check tokens for Places SDK.

    Declaration

    Swift

    protocol GMSPlacesAppCheckTokenProvider : NSObjectProtocol

    Objective-C

    @protocol GMSPlacesAppCheckTokenProvider <NSObject>