We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c877475 + c423d0f commit f582556Copy full SHA for f582556
1 file changed
src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java
@@ -69,8 +69,7 @@ public enum MapType {
69
}
70
71
/**
72
- * Initiates a new GoogleMap object with default settings from the {@link GoogleMapState state
73
- * object}.
+ * Initiates a new GoogleMap object.
74
*
75
* @param apiKey The Maps API key from Google. Not required when developing in localhost or when
76
* using a client id. Use null or empty string to disable.
@@ -434,7 +433,7 @@ public int getControlSize() {
434
433
435
* Sets a KML or GeoRSS feed url to be displayed as a KML Layer in the map.
436
437
- * @param url to be displayed.
+ * @param kml the url to be displayed.
438
*/
439
public void setKml(String kml){
440
this.getElement().setProperty("kml", kml);
0 commit comments