GMTCMapViewSessionDelegate
@protocol GMTCMapViewSessionDelegate <NSObject>
@}
-
A callback triggers after the session state has been updated.
Declaration
Swift
optional func mapViewSession(_ session: any GMTCMapViewSession, didUpdate state: GMTCMapViewSessionState)
Objective-C
- (void)mapViewSession:(nonnull id<GMTCMapViewSession>)session didUpdateState:(GMTCMapViewSessionState)state;