google maps in C++

hello buddy,
here i want to ask you all if there google maps can be put inside the c++ pgramming..??
in my pragram,i want to calculate the distnce by put only the two name location and then it will automatically calculated the distance....
can u also gve link if it have...
anyone can help me please?
Yes, you need to use the Google Maps API to get the information you want (like position of your search term) and then calculate the distance from that.

Frankly, though, this takes a little bit of work. You'll need a socket library (like Boost.Asio) to allow your program to communicate with the internet.

You'll also need to make sure to have some proper error handling.

Good luck!

https://developers.google.com/maps/
http://www.boost.org/doc/libs/1_49_0/doc/html/boost_asio.html
Topic archived. No new replies allowed.