// RUTAS var host = '/proxy/index.php/wakup/'; var mHost = '/proxy/index.php/google/'; var mapsHost = 'autocomplete/json?types=geocode&key=AIzaSyDgI7AqBPU0jtNg_3H5_0895i80b5V2LE8' var mapsHost2 = 'details/json?key=AIzaSyDgI7AqBPU0jtNg_3H5_0895i80b5V2LE8' var getAPI = 'offers/get?'; var findAPI = 'offers/find?'; var relatedAPI = 'offers/related?'; var searchAPI = 'search?'; var indexURL = 'index.php?placeid='; var companyURL = 'company.php?companyid='; var detailURL = 'detail.php?id='; var placeIdURL = '&placeid='; var inputURL = '&input='; var urlLat = '&lat='; var urlLng = '&lng='; // MÉTODOS ABRIR RUTAS function openCompanyLink(item) { window.location.href = companyURL + item.company_id; } function openPlaceLink(item) { window.location.href = indexURL + item.place_id; }