Skip to content

rpaggi/point-to-city-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

point-to-city-js

This package use the Google Maps API to parse a point(latitude and longitude) to a City.

Install

npm install point-to-city-js

How to use

var pointToCityJs = require('point-to-city-js')

pointToCityJs.getCityByPoint('-25.0347189', '-49.3596443', (city) => {
   console.log(city) 
})

License

This package is free and is open source, ditributed under "The MIT License". So feel free to use it in your project without citing or using a warning.

If you want to give me any credit in your project or make a tweet citing @rpaggi, it will be cool 😊

About

A package to get the city from a point(latitude and longitude) with the Google Maps Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published