Open Pioneer Trails Packages
    Preparing search index...
    interface AddFeatureOptions {
        feature: Feature;
        projection: Projection | undefined;
        template: FeatureTemplate;
    }
    Index

    Properties

    feature: Feature

    The OpenLayers feature that was created.

    projection: Projection | undefined

    The projection of the feature's geometry, or undefined if not available.

    template: FeatureTemplate

    The feature template used to create the feature.