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.
Constructor Attributes | Constructor Name and Description |
---|---|
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 Attributes | Event Name and Description |
---|---|
loaded()
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.
|
|
markerSelected(object)
An event fired when a marker is selected.
|
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.