interface GetPaint3DCallback<F> {
    paint?: VectorAdapterLayerPaint3D;
    type?: Paint3DType;
    (feature: F): VectorAdapterLayerPaint;
}

Type Parameters

  • F extends Feature = Feature

Properties

Properties