| 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..5601e467be4e05f391f474b3c976b45ca0bf741c
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/Geolocation.dart
|
| @@ -0,0 +1,9 @@
|
| +
|
| +class _GeolocationImpl 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;
|
| +}
|
|
|