> ## 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.Clients.LocationDto

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients")

## LocationDto Class

Geographic location with coordinates and altitude.

```csharp theme={null}
public record LocationDto : System.IEquatable<ResQ.Clients.LocationDto>
```

Inheritance [System.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object "System.Object") → LocationDto

Implements [System.IEquatable\<](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")[LocationDto](./ResQ.Clients.LocationDto.md "ResQ.Clients.LocationDto")[>](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")

| Constructors                                                                                                                                                            |                                                    |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------- |
| [LocationDto(double, double, double)](./ResQ.Clients.LocationDto.LocationDto\(double,double,double\).md "ResQ.Clients.LocationDto.LocationDto(double, double, double)") | Geographic location with coordinates and altitude. |
