GeotagHelper.SetGeotagAsync(IStorageFile, Geopoint) Method

Definition

Asynchronously sets the geographic metadata of a file from the provided Geopoint.

public:
 static IAsyncAction ^ SetGeotagAsync(IStorageFile ^ file, Geopoint ^ geopoint);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SetGeotagAsync(IStorageFile const& file, Geopoint const& geopoint);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetGeotagAsync(IStorageFile file, Geopoint geopoint);
function setGeotagAsync(file, geopoint)
Public Shared Function SetGeotagAsync (file As IStorageFile, geopoint As Geopoint) As IAsyncAction

Parameters

file
IStorageFile

The file into which the geographic metadata is set.

geopoint
Geopoint

The Geopoint representing the geographic metadata to be set.

Returns

An asynchronous action.

Attributes

Applies to