Guest User

Untitled

a guest
Feb 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function startGoogleNavigation(X, Y) {
  2. var MapURL = "google.navigation:q=" + Y+ "," + X+ "&mode=d";
  3. window.open(MapURL, '_system');
  4. }
Add Comment
Please, Sign In to add comment