Classes
- Attribution
- Control
- FullScreen
- MousePosition
- OverviewMap
- Rotate
- ScaleLine
- Zoom
- ZoomSlider
- ZoomToExtent
Methods
- 
    ol.control.defaults(opt_options){ol.Collection.<ol.control.Control>}src/ol/control/controldefaults.js, line 21
- 
    
    
    Set of controls included in maps by default. Unless configured otherwise, this returns a collection containing an instance of each of the following controls: Name Type Description optionsDefaults options. Name Type Description attributionboolean | undefined Attribution. Default is true.attributionOptionsolx.control.AttributionOptions | undefined experimental Attribution options. rotateboolean | undefined Rotate. Default is true.rotateOptionsolx.control.RotateOptions | undefined experimental Rotate options. zoomboolean | undefined Zoom. Default is true.zoomOptionsolx.control.ZoomOptions | undefined experimental Zoom options. Returns:Controls.
 
Type Definitions
- 
    ol.control.ScaleLineUnits{string}
- 
    
    Units for the scale line. Supported values are 'degrees','imperial','nautical','metric','us'.
 OpenLayers 3
 OpenLayers 3