[@rakh/utils](./docs/README.md) / [Exports](./docs/modules.md) / LatLong # Class: LatLong Calculate the distance between two latLongs **`Param`** **`Param`** **`Param`** **`Param`** ## Table of contents ### Constructors - [constructor](./docs/classes/LatLong.md#constructor) ### Properties - [lat](./docs/classes/LatLong.md#lat) - [long](./docs/classes/LatLong.md#long) ## Constructors ### constructor • **new LatLong**(`lat`, `long`) #### Parameters | Name | Type | | :------ | :------ | | `lat` | `number` | | `long` | `number` | #### Defined in latLong.ts:12 ## Properties ### lat • **lat**: `number` #### Defined in latLong.ts:10 ___ ### long • **long**: `number` #### Defined in latLong.ts:11