selectedDrawing property

VenueDrawing selectedDrawing

The selected drawing. Only the selected drawing will be visible as active on the map. All others will be hidden or displayed without details, depending on the implementation of the renderer. Gets the currently selected VenueDrawing of the VenueModel.

Implementation

VenueDrawing get selectedDrawing;
void selectedDrawing=(VenueDrawing value)

The selected drawing. Only the selected drawing will be visible as active on the map. All others will be hidden or displayed without details, depending on the implementation of the renderer. Sets the selected VenueDrawing.

Implementation

set selectedDrawing(VenueDrawing value);