Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GeoCoordinates resource provides geographic coordinates and elevation of a location based on metadata contained within the file. If a DriveItem has a non-null location facet, the item represents a file with a known location assocaited with it.
JSON representation
Here is a JSON representation of the resource
{
"altitude": 1024.13,
"latitude": 26.13246,
"longitude": 24.34616
}
Properties
Property | Type | Description |
---|---|---|
altitude | Double | Optional. The altitude (height), in feet, above sea level for the item. Read-only. |
latitude | Double | Optional. The latitude, in decimal, for the item. Read-only. |
longitude | Double | Optional. The longitude, in decimal, for the item. Read-only. |
Remarks
For more information about the facets on a DriveItem, see DriveItem.