Socket
Socket
Sign inDemoInstall

point-to-city-js

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    point-to-city-js

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


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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 😊

FAQs

Last updated on 30 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc