fake-geolocation
    Preparing search index...

    Interface GeolocationPositionParameters

    Parameters for creating a GeolocationPosition object.

    interface GeolocationPositionParameters {
        coords: GeolocationCoordinatesParameters;
        timestamp: number;
    }
    Index

    Properties

    Properties

    Parameters for creating a GeolocationCoordinates object.

    timestamp: number

    A timestamp, given as Unix time in milliseconds, representing the time at which the location was retrieved.

    See GeolocationPosition.timestamp