Protocols
The following protocols are available globally.
-
Protocol for the AI-generated summary of the place.
Declaration
Swift
protocol GMSPlaceAISummary : NSObjectProtocolObjective-C
@protocol GMSPlaceAISummary <NSObject>
-
Protocol for specifying a route polyline.
Declaration
Swift
protocol GMSPlacePolyline : NSCopying, NSObjectProtocolObjective-C
@protocol GMSPlacePolyline <NSObject, NSCopying> -
Protocol for specifying that the location can be used as search bias.
Declaration
Swift
protocol GMSPlaceLocationBias : NSCopying, NSObjectProtocolObjective-C
@protocol GMSPlaceLocationBias <NSObject, NSCopying> -
Protocol for specifying that the location can be used as search restriction.
Declaration
Swift
protocol GMSPlaceLocationRestriction : NSCopying, NSObjectProtocolObjective-C
@protocol GMSPlaceLocationRestriction <NSObject, NSCopying> -
Protocol for the response to a place search request.
Declaration
Swift
protocol GMSPlaceSearchResponse : NSObjectProtocolObjective-C
@protocol GMSPlaceSearchResponse <NSObject> -
Protocol for providing App Check tokens for Places SDK.
Declaration
Swift
protocol GMSPlacesAppCheckTokenProvider : NSObjectProtocolObjective-C
@protocol GMSPlacesAppCheckTokenProvider <NSObject>