| Index: client/html/generated/src/wrapping/_CoordinatesWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_CoordinatesWrappingImplementation.dart b/client/html/generated/src/wrapping/_CoordinatesWrappingImplementation.dart
|
| deleted file mode 100644
|
| index ca6f8a0f3342a552700375abe89f6c04a7a46551..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_CoordinatesWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,23 +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._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - num get accuracy() { return _ptr.accuracy; }
|
| -
|
| - num get altitude() { return _ptr.altitude; }
|
| -
|
| - num get altitudeAccuracy() { return _ptr.altitudeAccuracy; }
|
| -
|
| - num get heading() { return _ptr.heading; }
|
| -
|
| - num get latitude() { return _ptr.latitude; }
|
| -
|
| - num get longitude() { return _ptr.longitude; }
|
| -
|
| - num get speed() { return _ptr.speed; }
|
| -}
|
|
|