@tauri-apps/plugin-geolocation - v2.3.2
    Preparing search index...

    Type Alias Position

    type Position = {
        timestamp: number;
        coords: Coordinates;
    }
    Index

    Properties

    Properties

    timestamp: number

    Creation time for these coordinates.

    coords: Coordinates

    The GPD coordinates along with the accuracy of the data.