API (v2.0.0) - Giro3D
    Preparing search index...

    Type Alias FeatureStyleCallback

    FeatureStyleCallback: (feature: Feature) => FeatureStyle

    This callback is called just after a source data has been converted to a THREE.js Mesh, to style individual meshes from OpenLayers Features.

    Type Declaration

      • (feature: Feature): FeatureStyle
      • Parameters

        • feature: Feature

          the feature to style

        Returns FeatureStyle

        The style of the current feature