selectedDrawing property
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;
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);