You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ryanforever/google-maps

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ryanforever/google-maps

google maps api

1.1.5
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

google-maps

google maps API wrapper

quick start

const GoogleMaps = require("@ryanforever/google-maps")
const maps = new GoogleMaps({
	key: process.env.GOOGLE_MAPS_API_KEY
})

maps.search("paris, france").then(console.log) // search for a location
maps.getPlaceDetails()

methods

maps.search("query")
maps.getPlaceDetails("placeId")
maps.parseAddressComponents([addressComponents])

Keywords

google

FAQs

Package last updated on 08 Oct 2023

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