Skip to content

Commit c423d0f

Browse files
paodbjavier-godoy
authored andcommitted
docs: update javadocs
Close #141
1 parent 801c270 commit c423d0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java

+2-3
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)