ajanik

Results 2 comments of ajanik

Hi @ClaudiuCreanga thank you for your fast response. I replaced the code snippet and run "compile". Sadly it is not working. After i replaced the code snippet, the map is...

This is working for us :) ``` if(typeof window.search_markers === "undefined"){ window.search_markers = []; } map.setZoom(12); map.setCenter(results[0].geometry.location); var marker = new google.maps.Marker({ map: map, position: results[0].geometry.location }); // Remove previous...