https://github.com/kocicjelena/google-maps-api-
Google-Maps-API-
https://github.com/kocicjelena/google-maps-api-
googlemapsapi webpack
Last synced: 3 months ago
JSON representation
Google-Maps-API-
- Host: GitHub
- URL: https://github.com/kocicjelena/google-maps-api-
- Owner: kocicjelena
- Created: 2017-06-20T11:09:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T11:28:09.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T08:11:49.538Z (4 months ago)
- Topics: googlemapsapi, webpack
- Language: JavaScript
- Homepage: https://kocicjelena.github.io/gmaps_placesapi/
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @google/maps
Test _ Google Maps API for web services
webpack
=> json in console for '1600 Amphitheatre Parkway, Mountain View, CA'
place_id for the same address is on the screenTest _ Google Maps API for web
map is not loaded yet, npm @google/maps test:
var googleMapsClient = require('@google/maps').createClient({ key: 'your API key here' });
// Geocode an address. googleMapsClient.geocode({ address: '1600 Amphitheatre Parkway, Mountain View, CA' }, function(err, response) { if (!err) { console.log(response.json.results); } });
p.s. 'your API key here' will be deleted and dist will be wrong webpack-ed then
dev for future dist: https://kocicjelena.github.io/gmaps_placesapi/