Experimental
Experimental
Whether the floor stack is expanded.
Experimental
The visibility mode for the stacked maps. 'all-floors' will show all floors, 'only-current-floor' will only show the current floor in the stack.
Experimental
The distance between floors in the stack in meters.
Experimental
Experimental
Collapse the floor stack.
Optional
opts: TCameraAnimationOptionsOptional settings for the collapse.
Experimental
Expand the floor stack.
Optional
opts: TExpandOptionsOptional settings for the expansion.
Experimental
Unsubscribe a function previously subscribed with on
An event name to which the provided function was previously subscribed.
A function that was previously passed to on. The function must have the same reference as the function that was subscribed.
Experimental
Subscribe a function to an event.
An event name which, when fired, will call the provided function.
A callback that gets called when the corresponding event is fired. The callback will get passed an argument with a type that's one of event payloads.
The factor of the expanded floor stack. 0 is collapsed, 1 is fully expanded.