mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
265 stars 125 forks source link

Not correct work with Yandex Maps #123

Closed KonstantenKomkov closed 2 years ago

KonstantenKomkov commented 2 years ago

When user choose Yandex Map and map is opening field address to is empty and field address from contain value address to. With Yandex Navigator or another maps working good.

mattermoran commented 2 years ago

Do you mean yandex maps do not work without settings origin point? If yes that is expected behavour. the documentation states that both origin and destination points are required https://yandex.com/dev/yandex-apps-launch/maps/doc/concepts/yandexmaps-ios-app.html#yandexmaps-ios-app__buildroute The only way I can think of to get it working is to request current location and then pass it as origin

Or is it something else?

KonstantenKomkov commented 2 years ago

You are right. If I add 'origin' coordinates routing work correct.