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

    Interface VectorPickFeature

    Picked vector feature

    Returned in PickResult when pickFeatures is enabled, on entities.Map for instance.

    interface VectorPickFeature {
        feature: Feature;
        isVectorPickFeature: true;
        layer: ColorLayer;
    }
    Index

    Properties

    feature: Feature

    OpenLayers feature

    isVectorPickFeature: true
    layer: ColorLayer

    Layer within the entity where the feature was picked from