UNPKG

@aashari/nodejs-geocoding

Version:

A lightweight TypeScript/Node.js library for geocoding and reverse geocoding operations with multilingual support

7 lines (6 loc) 140 B
export interface Location { latitude?: number; longitude?: number; google_plus_code?: string; formatted_address?: string; }