Class Index | File Index

Classes


Namespace geo_mashup_location_editor

The public interface for the location editor. The object is created with event properties defined. Other members are added when the editor loads. Events use the Mapstraction mxn.Event interface.
Defined in: location-editor.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
geo_mashup_location_editor.map
The Mapstraction object.
<static>  
geo_mashup_location_editor.object_id
The object id being edited
Event Summary
Event Attributes Event Name and Description
 
An event fired when the editor has loaded.
 
An event fired when the map is created.
 
markerCreated(object)
An event fired when a marker is created.
 
An event fired when a marker is selected.
Namespace Detail
geo_mashup_location_editor
Since:
1.4
Field Detail
<static> geo_mashup_location_editor.map
The Mapstraction object.
Since:
1.4

<static> geo_mashup_location_editor.object_id
The object id being edited
Since:
1.4
Event Detail
loaded()
An event fired when the editor has loaded.

mapCreated()
An event fired when the map is created.

markerCreated(object)
An event fired when a marker is created.
Parameters:
object
Marker filter.

markerSelected(object)
An event fired when a marker is selected.
Parameters:
object
Marker filter.

Documentation generated by JsDoc Toolkit 2.1.1 on Tue Mar 17 2015 10:02:04 GMT-0700 (PDT)