Question

Can some one point me in the right direction.

I would like to create a C++ application that uses google maps.

I need to be able to do the following

  1. Add markers.
  2. Calculate distance between markers.
  3. Work out long/lat from address.
  4. Get address from long/lat.
  5. Get address from mouse click on map.

I've seen some components that do this but they are abit pricy.

Was it helpful?

Solution 2

Ended up using GMLib found at the following site

https://code.google.com/p/dcef3/

so far it has done everything i have needed.

OTHER TIPS

Not certain if this will help you, but Delphi & Google Maps API V3 is the first part of a multi part series on the same blog about using Google Maps API V3 in Delphi. Even if you don't know Delphi that well, you can see the names of components that are used.

Good luck.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top