<GMSIndoorDisplayDelegate> Protocol Reference
Overview
Delegate for events on GMSIndoorDisplay.
Public Member Functions | |
(void) | - didChangeActiveBuilding: |
Raised when the activeBuilding has changed. | |
(void) | - didChangeActiveLevel: |
Raised when the activeLevel has changed. |
Member Function Documentation
- (void) didChangeActiveBuilding: | (nullable GMSIndoorBuilding *) | building | [optional] |
Raised when the activeBuilding has changed.
The activeLevel will also have already been updated for the new building, but didChangeActiveLevel: will be raised after this method.
- (void) didChangeActiveLevel: | (nullable GMSIndoorLevel *) | level | [optional] |
Raised when the activeLevel has changed.
This event is raised for all changes, including explicit setting of the property.