Namespace: ol

ol

Classes

featureAnimation
HexGrid
render3D

Namespaces

control
coordinate
easing
filter
graph
interaction
Map
ordering
Overlay
source
style

Type Definitions


animationControler

An animation controler object an object to control animation with start, stop and isPlaying function.
To be used with olx.Map#animateFeature or ol.layer.Vector#animateFeature

Type:
  • Object
Properties:
Name Type Description
start function

start animation.

stop function

stop animation option arguments can be passed in animationend event.

isPlaying function

return true if animation is playing.