Google Apps Script API
    Preparing search index...

    Output only. Geographic location information stored in the image.

    interface FileImageMediaMetadataLocation {
        altitude?: number;
        latitude?: number;
        longitude?: number;
    }
    Index

    Properties

    altitude?: number

    Output only. The altitude stored in the image.

    latitude?: number

    Output only. The latitude stored in the image.

    longitude?: number

    Output only. The longitude stored in the image.