Hi,
I have made a VI that displays the map based on Google Static Maps. For testing, I give random LAT and LON to display the location on front panel.
Issue is, whenever I try to change the coordiantes via a numeric control, the display either takes too much time to load and most of the times it shows half of the display. I tried putting a delay inside while loop but it does the same; shows me half image.
The Google Static maps work a URL script that has a specific format provided my Google. The format can be viewed here: https://developers.google.com/maps/documentation/staticmaps/
I have also attached a VI. A little asistance is needed in how I could either change my code in a such a way that i uses less memory and takes very less time to load.
Thank you.