@@ -28,6 +28,9 @@ public class Line extends Annotation {
2828
2929 /**
3030 * Set a list of LatLng for the line, which represents the locations of the line on the map
31+ * <p>
32+ * To update the line on the map use {@link LineManager#update(Annotation)}.
33+ * <p>
3134 *
3235 * @param latLngs a list of the locations of the line in a longitude and latitude pairs
3336 */
@@ -51,6 +54,9 @@ public String getLineJoin() {
5154
5255 /**
5356 * Set the LineJoin property
57+ * <p>
58+ * To update the line on the map use {@link LineManager#update(Annotation)}.
59+ * <p>
5460 *
5561 * @param value constant property value for String
5662 */
@@ -69,6 +75,9 @@ public Float getLineOpacity() {
6975
7076 /**
7177 * Set the LineOpacity property
78+ * <p>
79+ * To update the line on the map use {@link LineManager#update(Annotation)}.
80+ * <p>
7281 *
7382 * @param value constant property value for Float
7483 */
@@ -87,6 +96,9 @@ public String getLineColor() {
8796
8897 /**
8998 * Set the LineColor property
99+ * <p>
100+ * To update the line on the map use {@link LineManager#update(Annotation)}.
101+ * <p>
90102 *
91103 * @param value constant property value for String
92104 */
@@ -105,6 +117,9 @@ public Float getLineWidth() {
105117
106118 /**
107119 * Set the LineWidth property
120+ * <p>
121+ * To update the line on the map use {@link LineManager#update(Annotation)}.
122+ * <p>
108123 *
109124 * @param value constant property value for Float
110125 */
@@ -123,6 +138,9 @@ public Float getLineGapWidth() {
123138
124139 /**
125140 * Set the LineGapWidth property
141+ * <p>
142+ * To update the line on the map use {@link LineManager#update(Annotation)}.
143+ * <p>
126144 *
127145 * @param value constant property value for Float
128146 */
@@ -141,6 +159,9 @@ public Float getLineOffset() {
141159
142160 /**
143161 * Set the LineOffset property
162+ * <p>
163+ * To update the line on the map use {@link LineManager#update(Annotation)}.
164+ * <p>
144165 *
145166 * @param value constant property value for Float
146167 */
@@ -159,6 +180,9 @@ public Float getLineBlur() {
159180
160181 /**
161182 * Set the LineBlur property
183+ * <p>
184+ * To update the line on the map use {@link LineManager#update(Annotation)}.
185+ * <p>
162186 *
163187 * @param value constant property value for Float
164188 */
@@ -177,6 +201,9 @@ public String getLinePattern() {
177201
178202 /**
179203 * Set the LinePattern property
204+ * <p>
205+ * To update the line on the map use {@link LineManager#update(Annotation)}.
206+ * <p>
180207 *
181208 * @param value constant property value for String
182209 */
0 commit comments