- From: Aaron Boodman <aa@google.com>
- Date: Tue, 18 Nov 2008 10:36:48 -0800
- To: Doug Turner <doug.turner@gmail.com>
- Cc: public-geolocation <public-geolocation@w3.org>, Greg Bolsinga <bolsinga@apple.com>, Richard Barnes <rbarnes@bbn.com>, Martin Thomson <Martin.Thomson@andrew.com>
On Tue, Nov 18, 2008 at 9:57 AM, Doug Turner <doug.turner@gmail.com> wrote: > I think just using getCurrentPosition, with the modifiedSince option, is > going to make you js code a bunch simpler -- you will only have one code > path. First of all, we don't need 'modifiedSince', right? We already have the timestamp property on the Position interface. The way I interpret what you are suggesting is that we get rid of lastKnownPosition and leave it up to the UA to cache positions across applications as it sees fit. In that world, I would see vendors caching very conservatively (on the order of a few seconds). - a
Received on Tuesday, 18 November 2008 18:37:30 UTC