LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows Location Provider (LocationAPI) of Windows 8.1 or 10

Hello,

Have you ever used Windows Location Provider (LocationAPI) of Windows 8.1 or  10 to retrieve the GPS coordinates of GPS present in the computer or tablet?

If so can you, please, help me on this?


Thanks in advance.

0 Kudos
Message 1 of 3
(3,417 Views)

There are actually two different API options. One is the COM based C++ API described here which would require you to write a C++ DLL in order to access the COM interface and translate it into a LabVIEW callable VI functional interface.

 

The other is the .Net based API described here. This should be callable through the LabVIEW .Net nodes directly without the need to dive into C++ or C# programming. But I can't help you with how to do that.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 3
(3,403 Views)

Thank you. I have seen this but I do not know how to implement it in Labview. But thanks much for your help.

0 Kudos
Message 3 of 3
(3,365 Views)