Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@techcityventures/google-geocode-api

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@techcityventures/google-geocode-api

## Using the wrapper Create an API instance using the factory function ``` const { geocodeApi } = require("@techcityventures/twitter-api)

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
4
Created
Source

google-geocode-api

Using the wrapper

Create an API instance using the factory function

const { geocodeApi } = require("@techcityventures/twitter-api)

const geo = geocodeApi({ key: "YOUR_KEY" })

Usage

  • Geocode
const res = await geo.geocode("1600 Amphitheatre Parkway")
  • Reverse Geocode
const res = await geo.reverseGeocode(40.714224, -73.961452)

FAQs

Package last updated on 16 Nov 2020

Did you know?

Socket

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