@@ -57,7 +57,7 @@ $root.vector_tile = (function() {
57
57
58
58
/**
59
59
* Encodes the specified Tile message. Does not implicitly {@link vector_tile.Tile.verify|verify} messages.
60
- * @param {vector_tile.Tile|Object } message Tile message or plain object to encode
60
+ * @param {vector_tile.Tile|Object.<string,*> } message Tile message or plain object to encode
61
61
* @param {$protobuf.Writer } [writer] Writer to encode to
62
62
* @returns {$protobuf.Writer } Writer
63
63
*/
@@ -72,7 +72,7 @@ $root.vector_tile = (function() {
72
72
73
73
/**
74
74
* Encodes the specified Tile message, length delimited. Does not implicitly {@link vector_tile.Tile.verify|verify} messages.
75
- * @param {vector_tile.Tile|Object } message Tile message or plain object to encode
75
+ * @param {vector_tile.Tile|Object.<string,*> } message Tile message or plain object to encode
76
76
* @param {$protobuf.Writer } [writer] Writer to encode to
77
77
* @returns {$protobuf.Writer } Writer
78
78
*/
@@ -123,7 +123,7 @@ $root.vector_tile = (function() {
123
123
124
124
/**
125
125
* Verifies a Tile message.
126
- * @param {vector_tile.Tile| Object } message Tile message or plain object to verify
126
+ * @param {Object.<string,*> } message Tile object to verify
127
127
* @returns {?string } `null` if valid, otherwise the reason why it is not
128
128
*/
129
129
Tile . verify = function verify ( message ) {
@@ -295,7 +295,7 @@ $root.vector_tile = (function() {
295
295
296
296
/**
297
297
* Encodes the specified Value message. Does not implicitly {@link vector_tile.Tile.Value.verify|verify} messages.
298
- * @param {vector_tile.Tile.Value|Object } message Value message or plain object to encode
298
+ * @param {vector_tile.Tile.Value|Object.<string,*> } message Value message or plain object to encode
299
299
* @param {$protobuf.Writer } [writer] Writer to encode to
300
300
* @returns {$protobuf.Writer } Writer
301
301
*/
@@ -321,7 +321,7 @@ $root.vector_tile = (function() {
321
321
322
322
/**
323
323
* Encodes the specified Value message, length delimited. Does not implicitly {@link vector_tile.Tile.Value.verify|verify} messages.
324
- * @param {vector_tile.Tile.Value|Object } message Value message or plain object to encode
324
+ * @param {vector_tile.Tile.Value|Object.<string,*> } message Value message or plain object to encode
325
325
* @param {$protobuf.Writer } [writer] Writer to encode to
326
326
* @returns {$protobuf.Writer } Writer
327
327
*/
@@ -388,7 +388,7 @@ $root.vector_tile = (function() {
388
388
389
389
/**
390
390
* Verifies a Value message.
391
- * @param {vector_tile.Tile.Value| Object } message Value message or plain object to verify
391
+ * @param {Object.<string,*> } message Value object to verify
392
392
* @returns {?string } `null` if valid, otherwise the reason why it is not
393
393
*/
394
394
Value . verify = function verify ( message ) {
@@ -605,7 +605,7 @@ $root.vector_tile = (function() {
605
605
606
606
/**
607
607
* Encodes the specified Feature message. Does not implicitly {@link vector_tile.Tile.Feature.verify|verify} messages.
608
- * @param {vector_tile.Tile.Feature|Object } message Feature message or plain object to encode
608
+ * @param {vector_tile.Tile.Feature|Object.<string,*> } message Feature message or plain object to encode
609
609
* @param {$protobuf.Writer } [writer] Writer to encode to
610
610
* @returns {$protobuf.Writer } Writer
611
611
*/
@@ -633,7 +633,7 @@ $root.vector_tile = (function() {
633
633
634
634
/**
635
635
* Encodes the specified Feature message, length delimited. Does not implicitly {@link vector_tile.Tile.Feature.verify|verify} messages.
636
- * @param {vector_tile.Tile.Feature|Object } message Feature message or plain object to encode
636
+ * @param {vector_tile.Tile.Feature|Object.<string,*> } message Feature message or plain object to encode
637
637
* @param {$protobuf.Writer } [writer] Writer to encode to
638
638
* @returns {$protobuf.Writer } Writer
639
639
*/
@@ -705,7 +705,7 @@ $root.vector_tile = (function() {
705
705
706
706
/**
707
707
* Verifies a Feature message.
708
- * @param {vector_tile.Tile.Feature| Object } message Feature message or plain object to verify
708
+ * @param {Object.<string,*> } message Feature object to verify
709
709
* @returns {?string } `null` if valid, otherwise the reason why it is not
710
710
*/
711
711
Feature . verify = function verify ( message ) {
@@ -932,7 +932,7 @@ $root.vector_tile = (function() {
932
932
933
933
/**
934
934
* Encodes the specified Layer message. Does not implicitly {@link vector_tile.Tile.Layer.verify|verify} messages.
935
- * @param {vector_tile.Tile.Layer|Object } message Layer message or plain object to encode
935
+ * @param {vector_tile.Tile.Layer|Object.<string,*> } message Layer message or plain object to encode
936
936
* @param {$protobuf.Writer } [writer] Writer to encode to
937
937
* @returns {$protobuf.Writer } Writer
938
938
*/
@@ -957,7 +957,7 @@ $root.vector_tile = (function() {
957
957
958
958
/**
959
959
* Encodes the specified Layer message, length delimited. Does not implicitly {@link vector_tile.Tile.Layer.verify|verify} messages.
960
- * @param {vector_tile.Tile.Layer|Object } message Layer message or plain object to encode
960
+ * @param {vector_tile.Tile.Layer|Object.<string,*> } message Layer message or plain object to encode
961
961
* @param {$protobuf.Writer } [writer] Writer to encode to
962
962
* @returns {$protobuf.Writer } Writer
963
963
*/
@@ -1031,7 +1031,7 @@ $root.vector_tile = (function() {
1031
1031
1032
1032
/**
1033
1033
* Verifies a Layer message.
1034
- * @param {vector_tile.Tile.Layer| Object } message Layer message or plain object to verify
1034
+ * @param {Object.<string,*> } message Layer object to verify
1035
1035
* @returns {?string } `null` if valid, otherwise the reason why it is not
1036
1036
*/
1037
1037
Layer . verify = function verify ( message ) {
0 commit comments