dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

please correct the type of launchnavigator.d.ts #136

Closed JohnKimDev closed 7 years ago

JohnKimDev commented 7 years ago

The launchnavigator type is incorrectly declared as any. The correct type should be "LaunchNavigator". Please update the code in launchnavigator.d.ts

declare var launchnavigator: LaunchNavigator;

dpa99c commented 7 years ago

This was fixed by commit 459d4f10b53d518a7cdcb78519f960d45ea17ecd and published in v4.0.0, as can be seen on the master branch