GeotagHelper.GetGeotagAsync(IStorageFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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