File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 * initially or when they are changed.
5050 *
5151 * @event google-map-poly-path-built
52- * @param {google.maps.MVCArray.<LatLng> } path The poly path.
52+ * @param {google.maps.MVCArray.<google.maps. LatLng> } path The poly path.
5353 */
5454
5555 /**
5656 * Fired when the user finishes adding vertices to the poly. The host component can use the
5757 * provided path to rebuild its list of points.
5858 *
5959 * @event google-map-poly-path-updated
60- * @param {google.maps.MVCArray.<LatLng> } path The poly path.
60+ * @param {google.maps.MVCArray.<google.maps. LatLng> } path The poly path.
6161 */
6262
6363 /**
159159 /**
160160 * An array of the Google Maps LatLng objects that define the poly shape.
161161 *
162- * @type google.maps.MVCArray.<LatLng>
162+ * @type google.maps.MVCArray.<google.maps. LatLng>
163163 */
164164 path : {
165165 type : Object ,
You can’t perform that action at this time.
0 commit comments