Commit 4ab8450 1 parent d8a4800 commit 4ab8450 Copy full SHA for 4ab8450
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9309,7 +9309,7 @@ google.maps.Symbol = function() {};
9309
9309
* anchor's x and y coordinates respectively. The position is expressed in
9310
9310
* the same coordinate system as the symbol's path.
9311
9311
* @default <code>google.maps.Point(0,0)</code>
9312
- * @type {google.maps.Point|null|undefined}
9312
+ * @type {! google.maps.Point|null|undefined}
9313
9313
*/
9314
9314
google.maps.Symbol.prototype.anchor;
9315
9315
@@ -9334,7 +9334,7 @@ google.maps.Symbol.prototype.fillOpacity;
9334
9334
* supplied by the marker. The origin is expressed in the same coordinate system
9335
9335
* as the symbol's path. This property is unused for symbols on polylines.
9336
9336
* @default <code>google.maps.Point(0,0)</code>
9337
- * @type {google.maps.Point|null|undefined}
9337
+ * @type {! google.maps.Point|null|undefined}
9338
9338
*/
9339
9339
google.maps.Symbol.prototype.labelOrigin;
9340
9340
Original file line number Diff line number Diff line change @@ -9309,7 +9309,7 @@ google.maps.Symbol = function() {};
9309
9309
* anchor's x and y coordinates respectively. The position is expressed in
9310
9310
* the same coordinate system as the symbol's path.
9311
9311
* @default <code>google.maps.Point(0,0)</code>
9312
- * @type {google.maps.Point|null|undefined}
9312
+ * @type {! google.maps.Point|null|undefined}
9313
9313
*/
9314
9314
google.maps.Symbol.prototype.anchor;
9315
9315
@@ -9334,7 +9334,7 @@ google.maps.Symbol.prototype.fillOpacity;
9334
9334
* supplied by the marker. The origin is expressed in the same coordinate system
9335
9335
* as the symbol's path. This property is unused for symbols on polylines.
9336
9336
* @default <code>google.maps.Point(0,0)</code>
9337
- * @type {google.maps.Point|null|undefined}
9337
+ * @type {! google.maps.Point|null|undefined}
9338
9338
*/
9339
9339
google.maps.Symbol.prototype.labelOrigin;
9340
9340
You can’t perform that action at this time.
0 commit comments