utils/docs/classes/LatLong.md
2023-04-06 00:11:07 +01:00

62 lines
732 B
Markdown

[@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