| Index: webkit/chaos/ChaosCoordinates.idl
|
| ===================================================================
|
| --- webkit/chaos/ChaosCoordinates.idl (revision 0)
|
| +++ webkit/chaos/ChaosCoordinates.idl (revision 0)
|
| @@ -0,0 +1,11 @@
|
| +module html {
|
| + interface ChaosCoordinates {
|
| + readonly attribute double latitude;
|
| + readonly attribute double longitude;
|
| + readonly attribute double altitude;
|
| + readonly attribute double accuracy;
|
| + readonly attribute double altitudeAccuracy;
|
| + readonly attribute double heading;
|
| + readonly attribute double speed;
|
| + };
|
| +}
|
|
|