Labs/Geode

From MozillaWiki
Jump to: navigation, search

Download

Geode Download

What's Implemented

Geode is based on the W3C specification for geolocation in the browser. In particular it implements

 navigator.geolocation.lastPosition
 navigator.geolocation.getCurrentPosition( successCallback, errorCallback, options )
 navigator.geolocation.watchPosition (successCallback, errorCallback, options)
 navigator.geolocation.clearWatch( watchID )

The option argument for both getCurrentPosition and watchPosition functions is ignored. Also, because of various implementation details, watchPosition will call the callback every 30 seconds even if you haven't moved.