Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.59 KB

File metadata and controls

67 lines (52 loc) · 1.59 KB
title outlookGeoCoordinates resource type
description The geographic coordinates, elevation, and their degree of accuracy for a physical location.
ms.localizationpriority medium
author iamgirishck
ms.subservice outlook
doc_type resourcePageType
ms.date 07/23/2024

outlookGeoCoordinates resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The geographic coordinates, elevation, and their degree of accuracy for a physical location.

Properties

Property Type Description
accuracy double The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
altitude double The altitude of the location.
altitudeAccuracy double The accuracy of the altitude.
latitude double The latitude of the location.
longitude double The longitude of the location.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "accuracy": 1024.13,
  "altitude": 1024.13,
  "altitudeAccuracy": 1024.13,
  "latitude": 1024.13,
  "longitude": 1024.13
}