GPS/GNSS Service
obniz to be used
Optional
Simple Example
// Javascript Exampleobniz.location.start();obniz.location.onupdate = function(metrix) { console.log(metrix)} Copy
// Javascript Exampleobniz.location.start();obniz.location.onupdate = function(metrix) { console.log(metrix)}
Rsponse waiting timeout in milliseconds
Static
Calls each of the listeners registered for a given event.
Rest
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
Generated using TypeDoc
GPS/GNSS Service