ImageMetadataReader.TryGetGeoLocation

ImageMetadataReader.TryGetGeoLocation method

It tries to find EXIF set of tags GPSLatitudeRef, GPSLongitudeRef, GPSLatitude, GPSLongitude, if the tags does not presented it returns null

public bool TryGetGeoLocation(out GeoLocation geoLocation)
ParameterTypeDescription
geoLocationGeoLocation&The geo location.

Return Value

True if successful

See Also