Guest User

Untitled

a guest
Feb 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function initialize()
  2. {
  3. var fromAuto;
  4.  
  5. //<![CDATA[
  6.  
  7. //Find From location
  8. var fromText = document.getElementById('start');
  9. var TrichyBounds = new google.maps.LatLngBounds(
  10. new google.maps.LatLng(10.60, 78.60),
  11. new google.maps.LatLng(10.90, 78.85));
  12.  
  13. fromAuto = new google.maps.places.Autocomplete(fromText, {
  14. bounds: TrichyBounds,
  15. strictBounds: true,
  16. });
Add Comment
Please, Sign In to add comment