Page 1 of 1

GPS in windows

Posted: January 24th, 2018, 9:29 am
by AriSilva
Is there a way to call the google maps, in Windows, such as the
execsystem("gps:38.84839,-76.931098");
in mobile?

Re: GPS in windows

Posted: January 24th, 2018, 10:44 am
by Gregory Martin
There is no direct way. However, you could use execsystem to open IE/Chrome/Firefox though and pass in the URL that you want to load. This, for example, is the White House:

https://www.google.com/maps/place/38.897651,-77.036512

You can use maketext to construct that string, with .../place/latitude,longitude