GPS in windows

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

GPS in windows

Post by AriSilva »

Is there a way to call the google maps, in Windows, such as the
execsystem("gps:38.84839,-76.931098");
in mobile?
Best
Ari
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: GPS in windows

Post 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
Post Reply