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

    Interface StaticFeaturesSourceOptions

    interface StaticFeaturesSourceOptions {
        coordinateSystem?: CoordinateSystem;
        features?: Feature<Geometry, { [x: string]: any }>[];
    }
    Index

    Properties

    coordinateSystem?: CoordinateSystem

    The coordinate system of features contained in this source.

    features?: Feature<Geometry, { [x: string]: any }>[]

    The initial features in this source.