From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-coordinates/index.html | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-coordinates/index.html (limited to 'api/pl.treksoft.kvision.cordova/-coordinates/index.html') diff --git a/api/pl.treksoft.kvision.cordova/-coordinates/index.html b/api/pl.treksoft.kvision.cordova/-coordinates/index.html new file mode 100644 index 00000000..f7106c15 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-coordinates/index.html @@ -0,0 +1,96 @@ + + + +Coordinates - kvision + + + +kvision / pl.treksoft.kvision.cordova / Coordinates
+
+

Coordinates

+external class Coordinates +

Geolocation coordinates values.

+

Constructors

+ + + + + + + +
+

<init>

+
+Coordinates() +

Geolocation coordinates values.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

accuracy

+
+val accuracy: Number
+

altitude

+
+val altitude: Number
+

altitudeAccuracy

+
+val altitudeAccuracy: Number?
+

heading

+
+val heading: Number?
+

latitude

+
+val latitude: Number
+

longitude

+
+val longitude: Number
+

speed

+
+val speed: Number
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit