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

# Resq common geo GeoSegment

## GeoSegment

```cpp theme={null}
#include <nfz.hpp>
```

Line segment in geographic coordinates.

### Public Attributes

| Return     | Name              | Description |
| ---------- | ----------------- | ----------- |
| `GeoPoint` | [`start`](#start) |             |
| `GeoPoint` | [`end`](#end)     |             |

***

#### start

```cpp theme={null}
GeoPoint start
```

***

#### end

```cpp theme={null}
GeoPoint end
```
