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

    Type Alias LocationLatLng

    type LocationLatLng = {
        lat: number;
        lng: number;
    }
    Index

    Properties

    Properties

    lat: number
    lng: number