Class NoteLeafletObjects

A simple container with all the Leaflet objects for a note created by the MapEditorViewer.addNote ( )

Source : file core/mapEditor/NoteLeafletObjects.js at line 31

Constructor

new NoteLeafletObjects ( marker, polyline, bullet )

The constructor

Source : file core/mapEditor/NoteLeafletObjects.js at line 61

Parameters

Name Type Description
marker LeafletObject

The marker of the note

polyline LeafletObject

The polyline of the note

bullet LeafletObject

The bullet of the note

Public getters and setters

readonly get bullet : LeafletObject

The bullet of the note (= a L.Marker object)

Source : file core/mapEditor/NoteLeafletObjects.js at line 87

readonly get marker : LeafletObject

The marker of the note (= a L.Marker object)

Source : file core/mapEditor/NoteLeafletObjects.js at line 73

readonly get polyline : LeafletObject

The polyline of the note (= a L.Polyline object)

Source : file core/mapEditor/NoteLeafletObjects.js at line 80

Private properties

#bullet : LeafletObject

The bullet of the note (= a L.Marker object)

Source : file core/mapEditor/NoteLeafletObjects.js at line 52

#marker : LeafletObject

The marker of the note (= a L.Marker object)

Source : file core/mapEditor/NoteLeafletObjects.js at line 38

#polyline : LeafletObject

The polyline of the note (= a L.Polyline object)

Source : file core/mapEditor/NoteLeafletObjects.js at line 45