yandexmapkit-android icon indicating copy to clipboard operation
yandexmapkit-android copied to clipboard

Возможна ли постройка маршрута ?

Open alf001 opened this issue 11 years ago • 5 comments

Интересует возможность постройки маршрута между двумя геокоординатами, это возможно ? Копал копал, но не нашел (

alf001 avatar Apr 25 '13 23:04 alf001

пока нет, к сожалению. https://github.com/yandexmobile/yandexmapkit-android/issues/19

maxxx avatar May 08 '13 06:05 maxxx

Скажите, а как можно сделать так, что бы маршрут отобразился на весь экран? Мы знаем все точки маршрута и надо, что бы карта на нем сфокусировалась. Вот как это делается на гуглах

LatLngBounds.Builder builder = new LatLngBounds.Builder(); for (LatLng latLng : latLngs) { builder.include(latLng); } LatLngBounds bounds = builder.build(); int padding = 40; // offset from edges of the map in pixels CameraUpdate cu = CameraUpdateFactory.newLatLngBounds(bounds, padding); getMap().animateCamera(cu);

есть что-нибудь похожее на яндексах?

JULI-ya avatar Aug 13 '13 10:08 JULI-ya

в примерах к библиотеке есть похожее в частности - ZoomSpanActivity

LexxxHU avatar Aug 13 '13 10:08 LexxxHU

Все еще нельзя?

CC-Ultra avatar Sep 27 '16 11:09 CC-Ultra

В данном мапките нет маршрутизации. (

2016-09-27 14:41 GMT+03:00 CC-Ultra [email protected]:

Все еще нельзя?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yandexmobile/yandexmapkit-android/issues/126#issuecomment-249841142, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSEm4SA1UrGLP6UNypElne_hhSh1tmKks5quQEEgaJpZM4AnBW2 .

saint13 avatar Sep 27 '16 12:09 saint13