Protocols
The following protocols are available globally.
-
An interface representing a feature’s metadata.
Do not save a reference to a particular feature object because the reference will not be stable.
Declaration
Swift
protocol Feature : NSObjectProtocolObjective-C
@protocol GMSFeature <NSObject> -
Delegate for events on
GMSIndoorDisplay.Declaration
Swift
protocol GMSIndoorDisplayDelegate : NSObjectProtocolObjective-C
@protocol GMSIndoorDisplayDelegate <NSObject> -
Delegate for events on
GMSMapView.Declaration
Swift
protocol GMSMapViewDelegate : NSObjectProtocolObjective-C
@protocol GMSMapViewDelegate <NSObject> -
Delegate for events on
GMSPanoramaView.Declaration
Swift
protocol GMSPanoramaViewDelegate : NSObjectProtocolObjective-C
@protocol GMSPanoramaViewDelegate <NSObject> -
GMSTileReceiveris provided toGMSTileLayerwhen a tile request is made, allowing the callback to be later (or immediately) invoked.Declaration
Swift
protocol GMSTileReceiver : NSObjectProtocolObjective-C
@protocol GMSTileReceiver <NSObject>