Interface GeolocationPosition

    Available only in secure contexts.

    MDN Reference

    interface GeolocationPosition {
        coords: GeolocationCoordinates;
        timestamp: number;
        toJSON(): any;
    }

    Properties

    Methods

    Properties

    timestamp: number

    Methods