- From: Doug Turner <doug.turner@gmail.com>
- Date: Mon, 13 Oct 2008 15:42:48 -0700
- To: public-geolocation <public-geolocation@w3.org>
Just to be clear, the geolocation options are to look like this in
javascript:
var options = {
enableHighAccuracy: true,
timeout: 100
};
With each field in the options variable being optional. Correct?
Doug Turner
Received on Monday, 13 October 2008 22:43:29 UTC