(abstract) new ZoomOutNavigationControl(terria, zoomIn)
- Description:
- The model for a zoom in control in the navigation control tool bar
Parameters:
Name | Type | Description |
---|---|---|
terria |
Terria | The Terria instance. |
zoomIn |
boolean | is used for zooming in (true) or out (false) |
Members
cssClass :String
- Description:
- Gets or sets the CSS class of the control. This property is observable.
Gets or sets the CSS class of the control. This property is observable.
Type:
- String
name :String
- Description:
- Gets or sets the name of the control which is set as the control's title. This property is observable.
Gets or sets the name of the control which is set as the control's title.
This property is observable.
Type:
- String
text :String
- Description:
- Gets or sets the text to be displayed in the nav control. Controls that have text do not display the svgIcon. This property is observable.
Gets or sets the text to be displayed in the nav control. Controls that
have text do not display the svgIcon.
This property is observable.
Type:
- String
Methods
(abstract, protected) activate()
- Description:
- When implemented in a derived class, performs an action when the user clicks on this control