Question

I'd like to use map in my c++ builder application but don't know what map component to use!! It should be INTERNET independent(rather than Google Map), that works offline! Recently downloaded AirNav Live Flight tracker, it has a very good map component !!! I liked it very much. Hope to find such kind of map component. Does anyone know what component it is ???? Very need it !!!! Tell me please asap! here is the screenshot of a AirNav Live Flight Tracker http://www.flickr.com/photos/67246820@N08/6115423800/in/photostream

Was it helpful?

Solution

There is no map component in the native VCL, so you will have to either make a custom map control, or find a third-party map control. You can use WinSpector or Spy++ or other similar utility to find out the class name of the map control that AirNav uses, and then go from there.

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