Package org.teavm.jso.geolocation
Class Geolocation
java.lang.Object
org.teavm.jso.geolocation.Geolocation
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
getCurrentPosition
(PositionHandler positionHandler) abstract void
getCurrentPosition
(PositionHandler positionHandler, PositionErrorHandler positionErrorHandler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
Geolocation
public Geolocation()
-
-
Method Details
-
getCurrentPosition
-
getCurrentPosition
public abstract void getCurrentPosition(PositionHandler positionHandler, PositionErrorHandler positionErrorHandler)
-