GMSIndoorBuilding Class Reference

GMSIndoorBuilding Class Reference

Overview

Describes a building which contains levels.

Properties

NSArray< GMSIndoorLevel * > * levels
 Array of GMSIndoorLevel describing the levels which make up the building.
NSUInteger defaultLevelIndex
 Index in the levels array of the default level.
BOOL underground
 If YES, the building is entirely underground and supports being hidden.

Property Documentation

- (NSArray<GMSIndoorLevel *>*) levels [read, assign]

Array of GMSIndoorLevel describing the levels which make up the building.

The levels are in 'display order' from top to bottom.

- (NSUInteger) defaultLevelIndex [read, assign]

Index in the levels array of the default level.

- (BOOL) underground [read, assign]

If YES, the building is entirely underground and supports being hidden.