D
D
Dmitry Falko2013-06-19 11:38:01
Qt
Dmitry Falko, 2013-06-19 11:38:01

Build a route or determine the path on the map offline

Tell me how easier it is to do this, the program needs the distance between two points, determined along the roads, as if they were driving a car.
Everything is very simple if you use the Yandex maps api, but here's how to do the same functionality, but offline or standalone.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Gard, 2013-06-19
@Gard

To build a route, a graph of roads must be stored in the device’s memory, along which the search will be. The search algorithm is selected depending on the needs. The simplest are Dijkstra's algorithm and A*. 2GIS recently in his blog described an interesting algorithm for offline routing on devices with limited memory

A
Anton Pronin, 2013-06-19
@nightw0rk

try my solution bitbucket.org/nightw0rk/geo

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question