2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2008-07-15 16:37:48 -07:00
|
|
|
|
|
|
|
|
|
|
|
#include "domstubs.idl"
|
2009-01-07 09:44:44 -08:00
|
|
|
#include "nsIDOMGeoPositionCoords.idl"
|
2008-07-15 16:37:48 -07:00
|
|
|
|
2012-03-08 22:16:25 -08:00
|
|
|
[scriptable, uuid(dd9f7e81-0f74-4fb5-b361-37019bf60c3f)]
|
2008-08-14 09:35:49 -07:00
|
|
|
interface nsIDOMGeoPosition : nsISupports
|
2008-07-15 16:37:48 -07:00
|
|
|
{
|
2009-07-15 16:52:03 -07:00
|
|
|
readonly attribute DOMTimeStamp timestamp;
|
2009-07-16 09:33:00 -07:00
|
|
|
readonly attribute nsIDOMGeoPositionCoords coords;
|
2008-07-15 16:37:48 -07:00
|
|
|
};
|