Toolbar for adding points.
Example
<ToolbarPoint />
Methods
(function) data()
Method data
(method) addAtCenter()
Adds a new observation at the center of the map (at crosshair position).
(method) addAtGPS()
Adds a new observation at the current GPS location.
(method) addAtMouse()
Adds a new observation at the mouse click position.
(method) addPoint(point)
Adds a point as a new observation location.
Parameters:
Name | Type | Description |
---|---|---|
point |
Object | The point to be added. |
(method) save()
Method save
(function) mounted()
Method mounted
(function) unmounted()
Method unmounted