[webkit-dev] PositionOptions null

Aurelian Maga aurelianmaga at yahoo.com
Fri Dec 12 12:50:35 PST 2008


Hello,

I'm trying the geolocation api (gtk implementation with geoclue) and in a javascript I'm creating a postionoptions object like this:

var options = {enableHighAccuracy:true,timeout:30000};

and pass this to getCurrentPosition.  The GeolocationServiceGtk::startUpdating(PositionOptions* options) is being called but the options object is null.

Could someone point me in  the right direction to fix this?

Thank you,
Relu


      


More information about the webkit-dev mailing list