i am trying to launch navigator with close button to direct close not step by step back. this is my code.
Kindly help we are stuck in last three days and am not found anything here
let options: LaunchNavigatorOptions = {
start: [this.lat, this.lng]
};
this.launchNavigator.navigate([this.currentStop['StopLatitude'], this.currentStop['StopLongitude']], options)
.then(
success => alert('Launched navigator'),
error => alert('Error launching navigator: ' + error)
);
thanks in advance