File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/com/flowingcode/vaadin/addons/googlemaps Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ public enum MapType {
6969 }
7070
7171 /**
72- * Initiates a new GoogleMap object with default settings from the {@link GoogleMapState state
73- * object}.
72+ * Initiates a new GoogleMap object.
7473 *
7574 * @param apiKey The Maps API key from Google. Not required when developing in localhost or when
7675 * using a client id. Use null or empty string to disable.
@@ -434,7 +433,7 @@ public int getControlSize() {
434433 /**
435434 * Sets a KML or GeoRSS feed url to be displayed as a KML Layer in the map.
436435 *
437- * @param url to be displayed.
436+ * @param kml the url to be displayed.
438437 */
439438 public void setKml (String kml ){
440439 this .getElement ().setProperty ("kml" , kml );
You can’t perform that action at this time.
0 commit comments