[@expediagroup/fraudpreventionv2-sdk](../../index.md) / [models](../index.md) / Coordinates

# Class: Coordinates

This field signifies the precise geographical coordinates denoting the location of the activity.

## Constructors

### new Coordinates(coordinates)

> **new Coordinates**(`coordinates`): [`Coordinates`](Coordinates.md)

#### Parameters

• **coordinates**: [`CoordinatesProperties`](../interfaces/CoordinatesProperties.md)

#### Returns

[`Coordinates`](Coordinates.md)

#### Source

models/Coordinates.ts:39

## Properties

| Property | Type | Description |
| :------ | :------ | :------ |
| `latitude` | `number` | The latitude in degrees. It must be in the range [-90.0, +90.0]. |
| `longitude` | `number` | The longitude in degrees. It must be in the range [-180.0, +180.0]. |
