> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Coordinate

# Enumeration: Coordinate

Defined in: [index.d.ts:1219](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1219)

Specifies if coordinates are relative or absolute.

## Enumeration Members

### Abs

> **Abs**: `0`

Defined in: [index.d.ts:1220](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1220)

***

### Rel

> **Rel**: `1`

Defined in: [index.d.ts:1221](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1221)
