UNPKG

geokit

Version:

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

5 lines (4 loc) 73 B
export interface LatLngLiteral { lat: number; lng: number; }