I'm not sure what you mean, this algorithm isn't specific to any one type of map. If you have the data needed, it can work with any "type" of map. If you were trying to do use it on a google maps type application, you would need access to road distances, road speed limit, etc. Dijkstra's algo is generic, it just requires weights per movement and a heuristic.
On Wednesday, September 19, 2012 4:50:58 AM UTC-5, Faisal wrote: > > I am currently completing my thesis, now I'm confused about the > implementation to optimize distance on maps using Dijkstra's algorithm, are > there any here who have used this algorithm to optimize distance on maps? > using maps what? whether on google maps be? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

