Changes

Jump to: navigation, search

Labs/Ubiquity/Ubiquity 0.1 Author Tutorial

383 bytes added, 22:32, 10 September 2008
no edit summary
'''WARNING''': Ubiquity is still in flux. This is a 0.1 release. The API is likely to change drastically in later revisions. While this means that what you write today might not work next week, it also means that by writing commands and giving us [[Labs/Ubiquity#Participation|your feedback]], you'll be able to directly influence the direction that Ubiquity goes.
 
The rest of this page documents the command developer API as it currently stands in the latest released version of Ubiquity, 0.1.1. However, if you have the latest source checkout, then you'll have a newer API with some additional features not in 0.1.1. You can read about the latest and greatest source-tip API on the page [Labs/Ubiquity/Ubiquity Source Tip Author Tutorial].
== Real Time Development ==
execute: function( ) {
CmdUtils.snapshotImagegetImageSnapshot( this._getMapUrl(), function(imgData) {
CmdUtils.setSelection( "<img src='" + imgData +"'/>");
})
1,007
edits

Navigation menu