LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How could LabVIEW read the latitude and longitiude of a position from google map

Hi,

i want to use labview to control a multirotor. But how could a position be read by labview from google map?
At moment i use javascript to creat a google map DOM. It could build two txt.file with latitude and longitude. Labview can read those txt.files and get the position(like the picture). But this map Dom can only be used in IE explorer, because i use ActiveXObject (JavaScript) to creat the txt. So it is possible, that this google map DOM direct be loaded by labview, like use ActiveX? Or some better way to read the Position from google map?

Thanks for any help.

0 Kudos
Message 1 of 4
(2,852 Views)

Your picture does not show.

0 Kudos
Message 2 of 4
(2,845 Views)

thanks for your reminding. this is the  picture.

labview load a google map.jpg

0 Kudos
Message 3 of 4
(2,830 Views)

You can use .NET Nodes to interact with GMaps in LabVIEW, here there is a library that could be useful for you: http://greatmaps.codeplex.com/releases/view/20235

 

And a complete example: https://decibel.ni.com/content/docs/DOC-7983

 

 

0 Kudos
Message 4 of 4
(2,798 Views)