OLD | NEW |
1 | 1 |
2 class GeolocationJs extends DOMTypeJs implements Geolocation native "*Geolocatio
n" { | 2 class _GeolocationJs extends _DOMTypeJs implements Geolocation native "*Geolocat
ion" { |
3 | 3 |
4 void clearWatch(int watchId) native; | 4 void clearWatch(int watchId) native; |
5 | 5 |
6 void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallba
ck errorCallback = null]) native; | 6 void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallba
ck errorCallback = null]) native; |
7 | 7 |
8 int watchPosition(PositionCallback successCallback, [PositionErrorCallback err
orCallback = null]) native; | 8 int watchPosition(PositionCallback successCallback, [PositionErrorCallback err
orCallback = null]) native; |
9 } | 9 } |
OLD | NEW |