UNPKG

geokit

Version:

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

3 lines (2 loc) 148 B
import { LatLngLiteral } from '../definitions'; export declare function validateCoordinates(coordinates: LatLngLiteral, flag?: boolean): boolean;