exiftool-vendored
    Preparing search index...

    Interface GeolocationTags

    These tags are only available if ExifToolOptions.geolocation is true and the file has valid GPS location data.

    interface GeolocationTags {
        GeolocationBearing?: number;
        GeolocationCity?: string;
        GeolocationCountry?: string;
        GeolocationCountryCode?: string;
        GeolocationDistance?: string;
        GeolocationFeatureCode?: string;
        GeolocationFeatureType?: string;
        GeolocationPopulation?: number;
        GeolocationPosition?: string;
        GeolocationRegion?: string;
        GeolocationSubregion?: string;
        GeolocationTimeZone?: string;
        GeolocationWarning?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    GeolocationBearing?: number

    ☆☆☆☆ ✔ Example: 99

    GeolocationCity?: string

    ☆☆☆☆ ✔ Example: "Zürich"

    GeolocationCountry?: string

    ☆☆☆☆ ✔ Example: "United States"

    GeolocationCountryCode?: string

    ☆☆☆☆ ✔ Example: "US"

    GeolocationDistance?: string

    ☆☆☆☆ ✔ Example: "9.60 km"

    GeolocationFeatureCode?: string

    ☆☆☆☆ ✔ Example: "PPLL"

    GeolocationFeatureType?: string

    ☆☆☆☆ ✔ Example: "Populated Place"

    GeolocationPopulation?: number

    ☆☆☆☆ ✔ Example: 95000

    GeolocationPosition?: string

    ☆☆☆☆ ✔ Example: "7.3397, 134.4733"

    GeolocationRegion?: string

    ☆☆☆☆ ✔ Example: "Île-de-France"

    GeolocationSubregion?: string

    ☆☆☆☆ ✔ Example: "Yokohama Shi"

    GeolocationTimeZone?: string

    ☆☆☆☆ ✔ Example: "Pacific/Saipan"

    IANA time zone name

    GeolocationWarning?: string