Classes
Type Definitions
- 
    
    
A function that takes a
module:ol/PluggableMap~FrameStateand returns a string or an array of strings representing source attributions. - 
    
AttributionLike{string} {Array.<string>} {module:ol/source/Source~Attribution}
 - 
    
    
A type that can be used to provide attribution information for data sources.
It represents either
- a simple string (e.g. 
'© Acme Inc.') - an array of simple strings (e.g. 
['© Acme Inc.', '© Bacme Inc.']) - a function that returns a string or array of strings (
module:ol/source/Source~Attribution) 
 - a simple string (e.g. 
 - 
    
Options{Object}
 - 
    
    
Properties:
Name Type Argument Default Description attributionsmodule:ol/source/Source~AttributionLike <optional> 
Attributions.
attributionsCollapsibleboolean <optional> 
true Attributions are collapsible.
projectionmodule:ol/proj~ProjectionLike <optional> 
Projection. Default is the view projection.
statemodule:ol/source/State <optional> 
'ready' State.
wrapXboolean <optional> 
false WrapX.
interpolateboolean <optional> 
false Use interpolated values when resampling. By default, the nearest neighbor is used when resampling.
 
 OpenLayers