| Index: client/dom/generated/src/frog/Geolocation.dart
|
| diff --git a/client/dom/generated/src/frog/Geolocation.dart b/client/dom/generated/src/frog/Geolocation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cb7d56d4b77a4953f827ec6efe35832969081e63
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/Geolocation.dart
|
| @@ -0,0 +1,13 @@
|
| +
|
| +class Geolocation native "Geolocation" {
|
| +
|
| + void clearWatch(int watchId) native;
|
| +
|
| + void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback = null]) native;
|
| +
|
| + int watchPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback = null]) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|