I’m building a simple directions program in VB and would like to incorporate some of the features found in Google maps, but when I go to the Google maps API page (http://code.google.com/apis/maps/index.html) it only has code for using Google maps in web sites with JavaScript, Flash etc… Nothing for desktop apps. Any way to use these APIs for my program? Thanks
I’m building a simple directions program in VB and would like to incorporate some
Share
Depending on what features you want, you may be able to use the Static Maps API (in a PictureBox) or the Geocoding API (using the WebClient class).