Picked vector feature

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

interface VectorPickFeature {
    feature: Feature<Geometry>;
    isVectorPickFeature: true;
    layer: ColorLayer<LayerUserData>;
}

Properties

feature: Feature<Geometry>

OpenLayers feature

isVectorPickFeature: true

Layer within the entity where the feature was picked from