GeotagHelper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于设置和检索文件的地理元数据的方法。
public ref class GeotagHelper abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GeotagHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class GeotagHelper
Public Class GeotagHelper
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
方法
GetGeotagAsync(IStorageFile) |
异步检索表示文件的地理元数据的 Geopoint (如果存在)。 |
SetGeotagAsync(IStorageFile, Geopoint) |
异步设置提供的 Geopoint 中的文件的地理元数据。 |
SetGeotagFromGeolocatorAsync(IStorageFile, Geolocator) |
使用提供的 Geolocator 对象将文件的地理元数据异步设置为设备的当前位置。 |