Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. document.getElementById('gasireLocatie1').addEventListener('click', function() {
  2. geocodareAdresa(geocoder, map, infowindow, 'adresa1');
  3. });
  4.  
  5. document.getElementById('gasireLocatie2').addEventListener('click', function() {
  6. geocodareAdresa(geocoder, map, infowindow, 'adresa2');
  7. });
  8.  
  9. document.getElementById('calculeazaDistanta').addEventListener('click', function() {
  10. calculeazaDistanta(geocoder, map, infowindow);
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement