Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49215

Can you help me resolve this issue?

$
0
0

@devildash1222 wrote:

6cf15bd08fc11fc627704404ebe34552d6637704

Here is my code:

navigate(address: Address, event:any) {

let destination = address.street1.trim() + ' ' + address.street2.trim() + ' ' + address.city.trim() + ' ' + address.state.trim() + ' ' + address.zip.trim();

console.log('Destination is ----> ' + destination);

this.events.publish('blocking', true, 'Manifest');

this.geolocation.getCurrentPosition().then((resp) => {
  let lat: number = resp.coords.latitude;
  let lon: number = resp.coords.longitude;

  let options: LaunchNavigatorOptions = {
    start: lat + ', ' + lon
  };

  this.events.publish('blocking', false, 'Manifest');

  LaunchNavigator.navigate(destination, options)
    .then(
      success => console.log('Launched navigator'),
      error => console.log('Error launching navigator: ' + error)
    );
});

}

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>