Controls are small Elements that allow the user to interact directly with the Application.
In the Application the controls are situated in red squares on the map on the right side of the window.
All Controls have the same look and feel, so the UX should be equal throughout all controls.
Classes
Namespaces
- Attributions
- BackForward
- Button3D
- ButtonOblique
- Freeze
- FullScreen
- MousePosition
- Orientation
- Orientation3D
- OverviewMap
- TotalView
- Zoom
Events
-
RadioRequestControlsViewAddRowBl
devtools/jsdoc/events.js, line 1733 -
Creates an HTML-Element at the end of the bottom-left section of the controls and returns the element
Name Type Description id
String Id of element to be returned Listeners of This Event:
Example
Radio.request("ControlsView", "addRowBL", id);
-
RadioRequestControlsViewAddRowBr
devtools/jsdoc/events.js, line 1725 -
Creates an HTML-Element at the end of the bottom-right section of the controls and returns the element
Name Type Description id
String Id of element to be returned showMobile
Boolean Flag if Control should be shown in mobile mode Listeners of This Event:
Example
Radio.request("ControlsView", "addRowBR", id, showMobile);
-
RadioRequestControlsViewAddRowTr
devtools/jsdoc/events.js, line 1717 -
Creates an HTML-Element at the end of the top-right section of the controls and returns the element
Name Type Description id
String Id of element to be returned showMobile
Boolean Flag if Control should be shown in mobile mode Listeners of This Event:
Example
Radio.request("ControlsView", "addRowTR", id, showMobile);