Typescript SDK Type Docs
    Preparing search index...

    Interface GeoLocation

    interface GeoLocation {
        coordinates: number[];
        type: "Point";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    coordinates: number[]
    type: "Point"