GeoLeaf Core API - v3.0.0
    Preparing search index...

    Geometry payload of a rendered feature, or null when unavailable (e.g. a POI without GeoJSON geometry).

    interface SidePanelFeatureGeometry {
        type: string;
        coordinates: unknown;
    }
    Index

    Properties

    Properties

    type: string
    coordinates: unknown