A
A
Andrey Apanasik2013-11-06 14:09:56
Android
Andrey Apanasik, 2013-11-06 14:09:56

Building routes in the application using Yandex.Maps?

Good afternoon.
It was necessary to use Google Maps and Yandex.Maps in the application. Including the need to build routes. Faced a problem.
When using Google maps, you can find out the route using their API . We pass two points, get an array of points and display over the map. No problem.
I did not find anything similar with Yandex.Maps. In their wiki there is only an example of using their application and calling their Yandex.Navigator through Intent.
Is there another way to find out the route between points without using Intents, but, say, through some kind of Web API?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tulov_Alex, 2013-11-06
@Tulov_Alex

There is a static method route , which is just laying the route between the points.
After it is laid, you can get it through router.Route.geometry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question