File tree 1 file changed +2
-2
lines changed
src/main/java/com/flowingcode/vaadin/addons/googlemaps
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ public double getLongitude() {
270
270
* Adds a DragEndEvent listener. The listener is called when a marker' drag ends.
271
271
*
272
272
* @param listener
273
- * @return
273
+ * @return a handle that can be used for removing the listener
274
274
*/
275
275
public Registration addDragEndEventListener (ComponentEventListener <DragEndEvent > listener ) {
276
276
this .getElement ().setProperty ("dragEvents" , true );
@@ -306,7 +306,7 @@ public double getLongitude() {
306
306
* Adds a click event listener to a marker.
307
307
*
308
308
* @param listener
309
- * @return
309
+ * @return a handle that can be used for removing the listener
310
310
*/
311
311
public Registration addClickListener (ComponentEventListener <GoogleMapMarkerClickEvent > listener ) {
312
312
this .getElement ().setProperty ("clickable" , true );
You can’t perform that action at this time.
0 commit comments