outlookGeoCoordinates resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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
}