I have just migrate my application from ionic v2.0.0 to v3.0.1 and I have a issue with the ionic native Google maps plugin.
Almost everything is working except the following code:
if (this.destination != null) {
plugin.google.maps.external.launchNavigation({
"from": this.currentLocation,
"to": this.destination
});
Do you know how to update this piece of code to make it work with Ionic v3.0.1 ?
Thanks.
Regards.