TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias LocationGeoJSON

    type LocationGeoJSON = {
        coordinates: [Longitude, Latitude];
        type: "Point";
    }
    Index

    Properties

    Properties

    coordinates: [Longitude, Latitude]
    type: "Point"