> For the complete documentation index, see [llms.txt](https://robertos-organization-13.gitbook.io/geoflowlive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robertos-organization-13.gitbook.io/geoflowlive/basics/editor/markdown-1.md).

# GeoFlowLivePosition Data Type

Data Types attributes and descriptions.

### GeoFlowLivePosition

This data type represents a geographic location and its associated attributes, providing comprehensive position information. It is the structure used to deliver location updates from **GeoFlowLive**.

| Field Name         | Data Type | Description                                                                                                                                                         |
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `latitude`         | Double    | The latitude of the location in degrees.                                                                                                                            |
| `longitude`        | Double    | The longitude of the location in degrees.                                                                                                                           |
| `timestamp`        | DateTime  | The time at which the location was obtained.                                                                                                                        |
| `altitude`         | Double    | The altitude of the location in meters above sea level.                                                                                                             |
| `altitudeAccuracy` | Double    | The estimated accuracy of the altitude measurement in meters.                                                                                                       |
| `accuracy`         | Double    | The estimated horizontal accuracy of the location in meters.                                                                                                        |
| `heading`          | Double    | The heading of the device in degrees, relative to true north.                                                                                                       |
| `headingAccuracy`  | Double    | The estimated accuracy of the heading measurement in degrees.                                                                                                       |
| `floor`            | Double    | The floor level of the location (if available).                                                                                                                     |
| `speed`            | Double    | The ground speed of the device in meters per second.                                                                                                                |
| `speedAccuracy`    | Double    | The estimated accuracy of the speed measurement in meters per second.                                                                                               |
| `isMocked`         | Boolean   | Indicates whether the location is a mock location (true) or a real location (false). This is useful for detecting locations from emulators or testing environments. |
