UNPKG

geokit

Version:

An assortment of geolocation related tools, all packaged in one easy to use kit.

3 lines (2 loc) 149 B
import { LatLngLiteral } from '../definitions'; export declare function distance(start: LatLngLiteral, end: LatLngLiteral, unit?: string): number;