- From: Andrei Popescu <andreip@google.com>
- Date: Thu, 13 Nov 2008 12:28:06 +0000
- To: Greg Bolsinga <bolsinga@apple.com>
- Cc: Doug Turner <doug.turner@gmail.com>, Chris Butler <cbutler@dash.net>, olli@pettay.fi, public-geolocation@w3.org
Hello, On Tue, Nov 4, 2008 at 10:57 AM, Andrei Popescu <andreip@google.com> wrote: > > Ok, so the current agreement seems to be: > > interface PositionError { > const unsigned short UNKNOWN_ERROR = 0; > const unsigned short PERMISSION_DENIED = 1; > const unsigned short POSITION_UNAVAILABLE = 2; > const unsigned short TIMEOUT = 3; > (...) > }; > > Are there any further comments on this? If not, this is what I will > add to the spec. > I've updated the PositionError interface as agreed in this thread. Please have a look. Thanks, Andrei
Received on Thursday, 13 November 2008 12:28:50 UTC