I'd like to get the activeLevel, preferably from a callback along the lines of
- (void) didChangeActiveLevel: (GMSIndoorLevel *) level
from GMSIndoorDisplayDelegate. Forgive me if this is a duplicate, but in terms of an answer, I have found nothing in the docs or online about this. This is very surprising since I figured Google would have this implemented on their native android SDK if the same functionality can be found in iOS. Any help/insight will be appreciated. Thanks.