Labs/Geode: Difference between revisions
< Labs
Jump to navigation
Jump to search
(New page: Geode is based on the http://dev.w3.org/geo/api/spec-source.html W3C specification for geolocation in the browser. In particular it implements navigator.lastPosition monkey) |
No edit summary |
||
| Line 1: | Line 1: | ||
Geode is based on the | Geode is based on the [http://dev.w3.org/geo/api/spec-source.html W3C specification for geolocation] in the browser. In particular it implements | ||
navigator.lastPosition | navigator.lastPosition | ||
navigator.getCurrentPosition( successCallback, errorCallback, options ) // options is ignored. | |||
Revision as of 06:11, 7 October 2008
Geode is based on the W3C specification for geolocation in the browser. In particular it implements
navigator.lastPosition navigator.getCurrentPosition( successCallback, errorCallback, options ) // options is ignored.