| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The geographic coordinates, elevation, and their degree of accuracy for a physical location.
| 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. |
None.
The following JSON representation shows the resource type.
{
"accuracy": 1024.13,
"altitude": 1024.13,
"altitudeAccuracy": 1024.13,
"latitude": 1024.13,
"longitude": 1024.13
}