> ## 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.Core.Location.Altitude

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[Location](./ResQ.Core.Location.md "ResQ.Core.Location")

## Location.Altitude Property

Altitude in meters above sea level (optional).

```csharp theme={null}
public System.Nullable<double> Altitude { get; init; }
```

#### Property Value

[System.Nullable\<](https://learn.microsoft.com/en-us/dotnet/api/system.nullable-1 "System.Nullable`1")[System.Double](https://learn.microsoft.com/en-us/dotnet/api/system.double "System.Double")[>](https://learn.microsoft.com/en-us/dotnet/api/system.nullable-1 "System.Nullable`1")
