Reputation: 43
As a part of my Software Development course I have to build a campus mapping mobile application which would include all the basic functionalities provided in google maps including searching,routing etc. Now in release 2 I have to implement routing. Note: This is a completely offline application. I have generated tiles rendered them in my application, implemented search location and present location. Can somebody tell me how to perform routing in the map as i am in my second year and I have completely no knowledge of OSM? Note: Also the application is to be cross platform..:)
Upvotes: 0
Views: 549
Reputation: 21509
The OSM wiki contains a lot of information about routing. You should read about OSM's basic elements and OSM tags for routing. If you get stuck at some point then take a look at one of the many online routers, offline routers and libraries, several of them are open source.
Upvotes: 1