@fs-fns/reverse-geocode
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@fs-fns/reverse-geocode

Async reverse-geocode function

  • getAddressByLocation (lat: number, lon: number) => Record<string, any>

Install

yarn add @fs-fns/reverse-geocode

Usage

import { getAddressByLocation } from "@fs-fns/reverse-geocode";

// new york location
getAddressByLocation(40.7148652, -74.1014854).then(console.log);

Readme

Keywords

Package Sidebar

Install

npm i @fs-fns/reverse-geocode

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

5.9 kB

Total Files

5

Last publish

Collaborators

  • flaviosantos