selectedLevel property

VenueLevel selectedLevel

The selected level. Only the selected level will be visible as active on the map. All others will be hidden or displayed without details, depending on a renderer implementation. If the level doesn't belong to the currently selected drawing, it can not be selected. Gets the currently selected VenueLevel from the selected VenueDrawing.

Implementation

VenueLevel get selectedLevel;
void selectedLevel=(VenueLevel value)

The selected level. Only the selected level will be visible as active on the map. All others will be hidden or displayed without details, depending on a renderer implementation. If the level doesn't belong to the currently selected drawing, it can not be selected. Sets the selected VenueLevel from the currently selected VenueDrawing.

Implementation

set selectedLevel(VenueLevel value);