Guest User

Untitled

a guest
Nov 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let input = document.getElementById('searchInput');
  2. this.searchBox = new google.maps.places.SearchBox(input);
  3. this.map.controls[google.maps.ControlPosition.TOP_CENTER].push(input);
Add Comment
Please, Sign In to add comment