s2maps-gpu - v0.18.0
    Preparing search index...

    Type Alias LayerWorkerFunction<U>

    LayerWorkerFunction: (code: number[], properties: Properties, zoom: number) => U

    The workflow takes a layer and builds a function that modifies a feature into renderable data

    Type Parameters

    • U

    Type declaration

      • (code: number[], properties: Properties, zoom: number): U
      • Parameters

        • code: number[]
        • properties: Properties
        • zoom: number

        Returns U