04-23-2019 10:28 AM
Hello I am working on a similar project, in which I have to track a vehicle through GPS data and plot it's position on a dynamic map using LabVIEW. Does anyone have a working link to download Mr Garousi's project?! It seem that all the posted (4shared) links are not working anymore.
Thank you very much for your help.
Yassine
10-28-2019 05:42 PM
Yeah, can someone please reupload. I'm too very interested in this code
04-12-2020 02:35 PM
GMap.Net geocode requests such as GetPoint has suddenly stopped working because Google changed geocode request policy to require API key to get info from Google servers.
The older versions of GMap.Net did not include a property to write API key but a newer version of GMap.Net by Github user ZGabi has that property from the GMap.Net Core library. Here is a link to GMap.Net files from ZGabi ver: 1.9.8. You will find GMap.Net Core and Windows dlls listed there.
https://www.nuget.org/profiles/zgabi
The QUESTION
=============
After getting an API Key from Google website and applying it via the API Key method, I was still unable to get the GMap.Net to return results for the GetPoint method.
Here I attach the source code and error message.
Has anyone been able to continue using GMap.Net server geocode requests in LabVIEW at present time? If so how did you accomplish this?
09-19-2020 06:06 AM
Hello. Can you help me? I'm a little new on this issue. I'm working on the example created with Gmap.Net, but I have a problem, I want the coordinates to appear when the mouse is on the map, but I couldn't find how to do it.
09-19-2020 12:51 PM
Hello:
Since recently, Google requires you to have an API key to allow calling GetRoute and GetPoint.
So head on to the Google developer console and register to get an API KEY. You will not be charged until you exceed 1,000s of calls per month for GetRoute and GetPoint methods but you must register with a valid credit card.
I had a VI that used to work back in 2015, and suddenly it stopped after Google introduced the API Key requirement.
See previous post that I wrote about this API Key for Google Maps that you must get first.
Anthony
10-27-2020 02:01 PM
copy logo.png in C:\Windows
10-27-2020 02:04 PM
10-27-2020 02:06 PM
10-29-2020 03:02 AM
Hello mohagarousi.Get Route (SubVI) .vi file is missing.
The map cannot be loaded because of this. Good idea but I haven't tried yet 🙂
please tell me how to do the missing file.
10-31-2020 03:35 AM
HI
Please check it .