cordova-plugin-yandexnavi

Cordova yandex navigator plugin

Usage no npm install needed!

<script type="module">
  import cordovaPluginYandexnavi from 'https://cdn.skypack.dev/cordova-plugin-yandexnavi';
</script>

README

Cordova yandex navigator plugin

Opens yandex navigator application with a path from A to B (if 4 points are passed) or from our current location to B (if only third and fourth points are passed):

   Yandexnavi.open(latFrom, lonFrom, latTo, lonTo);