Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <head>
  2. <script src="https://maps.googleapis.com/maps/api/jsv=3.exp&sensor=false&librariesplaces"></script>
  3. <script type="text/javascript">
  4. function initialize() {
  5. var input = document.getElementById('searchTextField');
  6. var autocomplete = new google.maps.places.Autocomplete(input);
  7. }
  8. google.maps.event.addDomListener(window, 'load', initialize);
  9. </script>
  10. </head>
  11. <body>
  12. <input id="searchTextField" type="text" size="50">
  13. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement