Index: client/dom/generated/src/wrapping/_CoordinatesWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_CoordinatesWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CoordinatesWrappingImplementation.dart |
deleted file mode 100644 |
index d73a7f181ccc8ed723ea2668f02519f7c2371510..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_CoordinatesWrappingImplementation.dart |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class _CoordinatesWrappingImplementation extends DOMWrapperBase implements Coordinates { |
- _CoordinatesWrappingImplementation() : super() {} |
- |
- static create__CoordinatesWrappingImplementation() native { |
- return new _CoordinatesWrappingImplementation(); |
- } |
- |
- num get accuracy() { return _get_accuracy(this); } |
- static num _get_accuracy(var _this) native; |
- |
- num get altitude() { return _get_altitude(this); } |
- static num _get_altitude(var _this) native; |
- |
- num get altitudeAccuracy() { return _get_altitudeAccuracy(this); } |
- static num _get_altitudeAccuracy(var _this) native; |
- |
- num get heading() { return _get_heading(this); } |
- static num _get_heading(var _this) native; |
- |
- num get latitude() { return _get_latitude(this); } |
- static num _get_latitude(var _this) native; |
- |
- num get longitude() { return _get_longitude(this); } |
- static num _get_longitude(var _this) native; |
- |
- num get speed() { return _get_speed(this); } |
- static num _get_speed(var _this) native; |
- |
- String get typeName() { return "Coordinates"; } |
-} |