Contents

coordinatesType

The type of coordinate system that the measurement conforms to.

Declaration

var coordinatesType: NIDLTDOACoordinatesType { get }

Discussion

Measurements provide coordinates for the anchor that sends the message. Depending on the configuration of the anchor, the coordinates are in one of two formats: NIDLTDOACoordinatesType.geodetic or NIDLTDOACoordinatesType.relative.

The value of this property determines the manner in which your app interprets the value of the anchor’s coordinates.

See Also

Locating the anchor