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

732 B

@rakh/utils / Exports / LatLong

Class: LatLong

Calculate the distance between two latLongs

Param

Param

Param

Param

Table of contents

Constructors

Properties

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