UNPKG

haversine-geolocation

Version:

Get distances between two points or get closest position to current point. Based on the Haversine Formula

6 lines (5 loc) 103 B
export interface ILocationPoint { latitude: number; longitude: number; accuracy: number; }