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;
    GeolocationPopulation?: number;
    GeolocationPosition?: string;
    GeolocationRegion?: string;
    GeolocationSubregion?: string;
    GeolocationTimeZone?: string;
}

Hierarchy (view full)

Properties

GeolocationBearing?: number

☆☆☆☆ ✔ Example: 99

GeolocationCity?: string

☆☆☆☆ ✔ Example: "Zürich (Kreis 4) / Langstrasse"

GeolocationCountry?: string

☆☆☆☆ ✔ Example: "United States"

GeolocationCountryCode?: string

☆☆☆☆ ✔ Example: "US"

GeolocationDistance?: string

☆☆☆☆ ✔ Example: "9.60 km"

GeolocationFeatureCode?: string

☆☆☆☆ ✔ Example: "PPLX"

GeolocationPopulation?: number

☆☆☆☆ ✔ Example: 93000

GeolocationPosition?: string

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

GeolocationRegion?: string

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

GeolocationSubregion?: string

☆☆☆☆ ✔ Example: "Yuzhnyy Administrativnyy Okrug"

GeolocationTimeZone?: string

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