forked from 0x2620/oxjs
document events
This commit is contained in:
parent
10281e3c8f
commit
d2e05200da
56 changed files with 277 additions and 32 deletions
|
|
@ -73,8 +73,12 @@ Ox.Map <f> Basic map object
|
|||
lat <n> Latitude
|
||||
lng <n> Longitude
|
||||
types <[s]> Types (like "country" or "political")
|
||||
load <!> load
|
||||
select <!> select
|
||||
selectplace <!> Fires when a place has been selected or deselected
|
||||
place <o> Place object
|
||||
togglecontrols <!> togglecontrols
|
||||
togglelabels <!> togglelabels
|
||||
@*/
|
||||
|
||||
Ox.Map = function(options, self) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
/*@
|
||||
Ox.MapEditor <f> Map Editor
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Map Editor
|
||||
addplace <!> addplace
|
||||
removeplace <!> removeplace
|
||||
geocode <!> geocode
|
||||
loadlist <!> loadlist
|
||||
options <o> Options object
|
||||
height <n|256> Height in px
|
||||
labels <b|false> If true, show labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue