position options

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