Re: Geocoding & Route Directions Identification using MFC

Tech-Archive recommends: Fix windows errors by optimizing your registry




yasodhai@xxxxxxxxx wrote:
Hi,
I am PG student doing my final sem project. I have to retrieve the
details of Latitude and Longitude for a particular location. Also I
need to extract the route map of india between any two locations.
Kindly inform me if any APIs are available for that.

Advance Thanks,
Yasodhai

First thing you need to do is get hold of some vector map data for the
country you are interested in. This usually costs money! Then you'll
need to write your own data structures and code for loading and storing
this data. Then you'll need to code something like a travelling
salesman algorithm to map the shortest distance between each node in
the map data and persist this information to disk (that's how I'd do it
anyway).

You may well also need to purchase some gazetteer information for the
country (which gives you coordinates for each town and/or postcode in
the country. Then you need a lovely GUI that lets you choose two
locations from the gazetteer, creates virtual map vectors to link you
into the nearest nodes in the real map data, and uses the stored
shortest distance data plus the lengths of the two virtual vectors to
give you your answer. You should even be able to display the exact
route in vector map form...

And no, there are no APIs that I know of for any of this!

Regards,
Keith

.



Relevant Pages

  • Re: Navman iCN510 & SmartST 3.0 obsolete irish maps
    ... >> Playing devils advocate here, firstly OS don't supply the map data, ... >> availability of this data in a retail package. ... >> updates as part of software package upgrades. ...
    (microsoft.public.pocketpc)
  • Re: Has anyone ever used a...
    ... but my BassCat came with a Lowarance GPS map at the console. ... The second thing I noticed was theat the base map for the Lowrance was ... while the base map for the Garmin included many standard ... on both your own knowledge of the area, the quality of map data available, ...
    (rec.outdoors.fishing.bass)
  • Re: Has anyone ever used a...
    ... but my BassCat came with a Lowarance GPS map at the console. ... The second thing I noticed was theat the base map for the Lowrance was ... while the base map for the Garmin included many standard ... on both your own knowledge of the area, the quality of map data available, ...
    (rec.outdoors.fishing.bass)
  • Re: Precise Permissive Field of View: Request for comments
    ... Cave random uses the 'cave' map which I ... I think your FOV algorithm could be one of the algorithms to use there. ... packaged up using a similar interface, so that a user of the library ... For example in case of pathfinding map data can be ...
    (rec.games.roguelike.development)
  • Re: GPS Routing in UK
    ... roundabout close to me, via michelin has a major road marked as a no go, it ... Another issue can be the range of different classifications used by mapmakers: how does a GPS integrator interpret the difference between 'minor road A' and 'minor road B'? ... neither Ordnance Survey nor the other sources of British maps I know claim that the presence of a road on the map is evidence of a right of way. ... Apart from the map data itself, I also suspect that the routing tools and data stored in the GPS are over simplified - probably to meet design constraints - such that if a road is mapped it is automatically included in route calculations. ...
    (sci.geo.satellite-nav)