| Index: client/html/generated/html/frog/Geolocation.dart
|
| diff --git a/client/html/generated/html/frog/Geolocation.dart b/client/html/generated/html/frog/Geolocation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..169761079c0fdf18732020b387fab602bf0a1e65
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/Geolocation.dart
|
| @@ -0,0 +1,9 @@
|
| +
|
| +class _GeolocationJs implements Geolocation native "*Geolocation" {
|
| +
|
| + void clearWatch(int watchId) native;
|
| +
|
| + void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback = null]) native;
|
| +
|
| + int watchPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback = null]) native;
|
| +}
|
|
|