> ## 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.LocationDto(double,double,double)

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

## LocationDto(double, double, double) Constructor

Geographic location with coordinates and altitude.

```csharp theme={null}
public LocationDto(double Latitude, double Longitude, double Altitude);
```

#### Parameters

<a name="ResQ.Clients.LocationDto.LocationDto(double,double,double).Latitude" />

`Latitude` [System.Double](https://learn.microsoft.com/en-us/dotnet/api/system.double "System.Double")

<a name="ResQ.Clients.LocationDto.LocationDto(double,double,double).Longitude" />

`Longitude` [System.Double](https://learn.microsoft.com/en-us/dotnet/api/system.double "System.Double")

<a name="ResQ.Clients.LocationDto.LocationDto(double,double,double).Altitude" />

`Altitude` [System.Double](https://learn.microsoft.com/en-us/dotnet/api/system.double "System.Double")
