I\'m trying to get current localisation using phonegap javascript api. Here is a sample code taken from phonegap website:
If you are seeing the error in Android, you want to add the enableHighAccuracy flag:
navigator.geolocation.getCurrentPosition(onSuccess, onError, { enableHighAccuracy: true });