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)
Parameter | Type | Description |
---|---|---|
geoLocation | GeoLocation& | The geo location. |
Return Value
True if successful
See Also
- class GeoLocation
- class ImageMetadataReader
- namespace Aspose.Gis.ImageMetadata
- assembly Aspose.GIS