Guest User

Untitled

a guest
Dec 14th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var request = {
  2. origin: start,
  3. destination: end,
  4. waypoints: waypts,
  5. optimizeWaypoints: true,
  6. travelMode: google.maps.TravelMode.DRIVING
  7. };
Add Comment
Please, Sign In to add comment