hello everybody, I retrieve user location by the following code, but where should I handle timeout? Is it in the error callback function? If so, how should I do it? Thanks in advance.
Onur
Code:nokia.device.load("geolocation").getCurrentPosition( function(position){ //success }, function(positionError){ //error }, { timeout:30000 // miliseconds } );

Reply With Quote


