Commit c423d0f 1 parent 801c270 commit c423d0f Copy full SHA for c423d0f
File tree 1 file changed +2
-3
lines changed
src/main/java/com/flowingcode/vaadin/addons/googlemaps
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ public enum MapType {
69
69
}
70
70
71
71
/**
72
- * Initiates a new GoogleMap object with default settings from the {@link GoogleMapState state
73
- * object}.
72
+ * Initiates a new GoogleMap object.
74
73
*
75
74
* @param apiKey The Maps API key from Google. Not required when developing in localhost or when
76
75
* using a client id. Use null or empty string to disable.
@@ -434,7 +433,7 @@ public int getControlSize() {
434
433
/**
435
434
* Sets a KML or GeoRSS feed url to be displayed as a KML Layer in the map.
436
435
*
437
- * @param url to be displayed.
436
+ * @param kml the url to be displayed.
438
437
*/
439
438
public void setKml (String kml ){
440
439
this .getElement ().setProperty ("kml" , kml );
You can’t perform that action at this time.
0 commit comments