GeotagHelper.GetGeotagAsync(IStorageFile) Method

Definition

Asynchronously retrieves a Geopoint representing the geographic metadata of a file, if present.

public:
 static IAsyncOperation<Geopoint ^> ^ GetGeotagAsync(IStorageFile ^ file);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<Geopoint> GetGeotagAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Geopoint> GetGeotagAsync(IStorageFile file);
function getGeotagAsync(file)
Public Shared Function GetGeotagAsync (file As IStorageFile) As IAsyncOperation(Of Geopoint)

Parameters

file
IStorageFile

The file from which the geographic metadata is retrieved.

Returns

An asynchronous operation that returns a Geopoint on successful completion.

Attributes

Applies to