more docs
This commit is contained in:
parent
bdb8d98787
commit
cc75e25415
42 changed files with 664 additions and 93 deletions
|
|
@ -6,20 +6,16 @@ Ox.MapImage <f:Ox.Element> MapImage Object
|
|||
(options) -> <f> MapImage Object
|
||||
(options, self) -> <f> MapImage Object
|
||||
options <o> Options object
|
||||
self <o> shared private variable
|
||||
height <n|360> image height (px)
|
||||
places <a|o|[]> array of either names (''), points ([0, 0]),
|
||||
or objects ({name, point, highlight})
|
||||
type <s|satellite> map type ('hybrid', 'roadmap', 'satellite', 'terrain')
|
||||
width <n|640> image width (px)
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
||||
Ox.MapImage = function(options, self) {
|
||||
|
||||
/**
|
||||
options
|
||||
height image height (px)
|
||||
places array of either names (''), points ([0, 0]),
|
||||
or objects ({name, point, highlight})
|
||||
type map type ('hybrid', 'roadmap', 'satellite', 'terrain')
|
||||
width image width (px)
|
||||
*/
|
||||
|
||||
var self = self || {},
|
||||
that = new Ox.Element('<img>', self)
|
||||
.defaults({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue