c3nav
    Preparing search index...

    Interface LocationGeometry

    interface LocationGeometry {
        geometry: { coordinates: number[] | number[][]; type: string };
        id: number;
        level: null | number;
    }
    Index

    Properties

    Properties

    geometry: { coordinates: number[] | number[][]; type: string }
    id: number
    level: null | number