- Source:
- olx.jsdoc, line 3
TypeDefs
-
BounceOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 19
Properties:
Name Type Description resolutionnumber The resolution to start the bounce from, typically
map.getView().getResolution().startnumber | undefined The start time of the animation. Default is immediately.
durationnumber | undefined The duration of the animation in milliseconds. Default is
1000.easingfunction The easing function to use. Default is
ol.easing.upAndDown -
PanOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 21
Properties:
Name Type Description sourceol.Coordinate The location to start panning from, typically
map.getView().getCenter().startnumber | undefined The start time of the animation. Default is immediately.
durationnumber | undefined The duration of the animation in milliseconds. Default is
1000.easingfunction The easing function to use. Default is
ol.easing.inAndOut -
RotateOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 23
Properties:
Name Type Description rotationnumber The rotation to apply, in radians.
startnumber | undefined The start time of the animation. Default is immediately.
durationnumber | undefined The duration of the animation in milliseconds. Default is
1000.easingfunction The easing function to use. Default is
ol.easing.inAndOut -
ZoomOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 25
Properties:
Name Type Description resolutionnumber number The resolution to begin zooming from, typically
map.getView().getResolution().startnumber | undefined The start time of the animation. Default is immediately.
durationnumber | undefined The duration of the animation in milliseconds. Default is
1000.easingfunction Easing function.
OpenLayers 3