1.1.5 • Published 7 months ago

@ryanforever/google-maps v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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])
1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago