Class AnimatedExtrusionHandler

Handles animated extrusion effect of the buildings in MapView.

Hierarchy

  • AnimatedExtrusionHandler

Constructors

Properties

duration: number = DEFAULT_EXTRUSION_DURATION

Duration of the building's extrusion in milliseconds

enabled: boolean = true

Animate the extrusion of the buildings if set to true.

Accessors

Methods

  • Internal

    Sets the extrusion animation properties obtained from a given technique.

    Parameters

    • technique: Technique

      The technique where the extrusion animation properties are defined.

    • env: MapEnv

      The environment used to evaluate technique properties.

    Returns boolean

    True if the technique has animation enabled (or animation is forced), false otherwise.

Generated using TypeDoc