exiftool-vendored
    Preparing search index...

    Type Alias WritableGPSRefs

    type WritableGPSRefs = {
        GPSAltitudeRef?: string | number | null;
        GPSLatitudeRef?: string | number | null;
        GPSLongitudeRef?: string | number | null;
    }
    Index

    Properties

    GPSAltitudeRef?: string | number | null
    GPSLatitudeRef?: string | number | null
    GPSLongitudeRef?: string | number | null