ping-identity
    Preparing search index...

    Interface DeviceLocation

    Optional physical location captured alongside a profile device.

    Coordinates use the WGS 84 datum (standard GPS). The server stores these as part of the device profile metadata.

    interface DeviceLocation {
        latitude: number;
        longitude: number;
    }
    Index

    Properties

    Properties

    latitude: number

    Latitude in decimal degrees (WGS 84).

    longitude: number

    Longitude in decimal degrees (WGS 84).