deviceGeoLocation 资源类型

命名空间:microsoft.graph

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

设备位置

属性

属性 类型 说明
lastCollectedDateTime DateTimeOffset 记录位置时的时间,相对于 UTC
longitude Double 设备位置的经度坐标
latitude Double 设备位置的纬度坐标
altitude Double 高度,以高出海平面的米数表示
horizontalAccuracy Double 经度和纬度的准确度,以米为单位
verticalAccuracy Double 高度的准确度,以米为单位
heading Double 相对于真北的方位,以度为单位
speed Double 设备的移动速度,以米/秒为单位

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.deviceGeoLocation",
  "lastCollectedDateTime": "String (timestamp)",
  "longitude": "4.2",
  "latitude": "4.2",
  "altitude": "4.2",
  "horizontalAccuracy": "4.2",
  "verticalAccuracy": "4.2",
  "heading": "4.2",
  "speed": "4.2"
}