wrong Map coordinates

wrong Map coordinates

BY 11 Apr 2015 Web Application Development

Hello,

I am trying to test this example from the Tizen CookBook:

https://www.packtpub.com/books/content/using-sensors

The example works fine, but it gives me always a wrong coordinatesusing this method:

function showLocation(location) {
    console.log('latitude: ' + location.coords.latitude + '  longitude: ' + location.coords.longitude);
}

 

what’s wrong in your opinion?

Thank you in advance.

Written by