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


      
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to