---
title: NIDLTDOACoordinatesType.geodetic
framework: nearbyinteraction
role: symbol
role_heading: Case
path: nearbyinteraction/nidltdoacoordinatestype/geodetic
---

# NIDLTDOACoordinatesType.geodetic

A coordinate type that specifies a latitude, longitude, and altitude triplet.

## Declaration

```swift
case geodetic
```

## Discussion

Discussion When the coordinate type (coordinatesType) for a given measurement (NIDLTDOAMeasurement) is this option, the value of the measurement’s coordinates is a triplet of the format (latitude, longitude, altitude).

## See Also

### Identifying a coordinate type

- [NIDLTDOACoordinatesType.relative](nearbyinteraction/nidltdoacoordinatestype/relative.md)
