|
@@ -171,7 +171,7 @@
|
|
|
function googleSearchDirectionAndShowMaps(address) {
|
|
|
$('input[class="search-input"]').val(address);
|
|
|
$.ajax({
|
|
|
- url: "http://maps.googleapis.com/maps/api/geocode/json?address='" + address + "'",
|
|
|
+ url: "https://maps.googleapis.com/maps/api/geocode/json?address='" + address + "'&key=AIzaSyDYPe_h1T_5ThFNZukx05FJY21IAejj_LA",
|
|
|
type: "POST"
|
|
|
}).done(function (res) {
|
|
|
if (res != undefined && res.status == google.maps.GeocoderStatus.OK) {
|