Skip to content

Commit

Permalink
google api update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmmlabs committed Jul 28, 2017
1 parent 3f441d2 commit 32f4792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Periscope_Web_Client.user.js
Expand Up @@ -933,7 +933,8 @@ Map: function () {
if (e.keyCode == 13) {
var $this = $(this);
$.get('https://maps.googleapis.com/maps/api/geocode/json', {
address: $(this).val()
address: $(this).val(),
key: 'AIzaSyChqVpIwX4UYEh-1Rza_OqTl1OwYfupWBE' // key quota is 2500 requests per day \_(-_-)_/
}, function (r) {
if (r.results.length) {
amap.fitBounds([
Expand Down

0 comments on commit 32f4792

Please sign in to comment.