Type alias PreRenderFunction

PreRenderFunction: ((map, state?) => boolean)

Type declaration

    • (map, state?): boolean
    • Function to perform manipulations before rendering. This function is called with the ol.Map as first and an optional olx.FrameState as second argument. Return true to keep this function for the next frame, false to remove it.

      Parameters

      Returns boolean

Generated using TypeDoc