UNPKG

geokit

Version:

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

3 lines (2 loc) 136 B
import { LatLngLiteral } from '../definitions'; export declare function hash(coordinates: LatLngLiteral, precision?: number): string;