Search


Search something to see results

GeolocationPosition

Available only in secure contexts.

MDN Reference

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

Index

Properties

Methods

Properties

timestamp: number

Methods

Returns any