Skip to content

Commit 4ab8450

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
chore: sync changes for Maps JS API v3.56.8.
PiperOrigin-RevId: 623872500
1 parent d8a4800 commit 4ab8450

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/externs/maps/google_maps_api_v3_56.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9309,7 +9309,7 @@ google.maps.Symbol = function() {};
93099309
* anchor's x and y coordinates respectively. The position is expressed in
93109310
* the same coordinate system as the symbol's path.
93119311
* @default <code>google.maps.Point(0,0)</code>
9312-
* @type {google.maps.Point|null|undefined}
9312+
* @type {!google.maps.Point|null|undefined}
93139313
*/
93149314
google.maps.Symbol.prototype.anchor;
93159315

@@ -9334,7 +9334,7 @@ google.maps.Symbol.prototype.fillOpacity;
93349334
* supplied by the marker. The origin is expressed in the same coordinate system
93359335
* as the symbol&#39;s path. This property is unused for symbols on polylines.
93369336
* @default <code>google.maps.Point(0,0)</code>
9337-
* @type {google.maps.Point|null|undefined}
9337+
* @type {!google.maps.Point|null|undefined}
93389338
*/
93399339
google.maps.Symbol.prototype.labelOrigin;
93409340

contrib/externs/maps/google_maps_api_v3_exp.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9309,7 +9309,7 @@ google.maps.Symbol = function() {};
93099309
* anchor&#39;s x and y coordinates respectively. The position is expressed in
93109310
* the same coordinate system as the symbol&#39;s path.
93119311
* @default <code>google.maps.Point(0,0)</code>
9312-
* @type {google.maps.Point|null|undefined}
9312+
* @type {!google.maps.Point|null|undefined}
93139313
*/
93149314
google.maps.Symbol.prototype.anchor;
93159315

@@ -9334,7 +9334,7 @@ google.maps.Symbol.prototype.fillOpacity;
93349334
* supplied by the marker. The origin is expressed in the same coordinate system
93359335
* as the symbol&#39;s path. This property is unused for symbols on polylines.
93369336
* @default <code>google.maps.Point(0,0)</code>
9337-
* @type {google.maps.Point|null|undefined}
9337+
* @type {!google.maps.Point|null|undefined}
93389338
*/
93399339
google.maps.Symbol.prototype.labelOrigin;
93409340

0 commit comments

Comments
 (0)