Skip to content

Commit 26a3fdf

Browse files
Closure Teamcopybara-github
authored andcommitted
chore: sync changes for Maps JS API v3.64.8b.
PiperOrigin-RevId: 896595836
1 parent 14edaa6 commit 26a3fdf

File tree

2 files changed

+98
-72
lines changed

2 files changed

+98
-72
lines changed

contrib/externs/maps/google_maps_api_v3_64.js

Lines changed: 49 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ google.maps.Animation = {
161161
* Marker bounces until animation is stopped by calling {@link
162162
* google.maps.Marker.setAnimation} with <code>null</code>.
163163
*/
164-
BOUNCE: 0,
164+
BOUNCE: 1,
165165
/**
166166
* Marker drops from the top of the map to its final location. Animation will
167167
* cease once the marker comes to rest and {@link
168168
* google.maps.Marker.getAnimation} will return <code>null</code>. This type
169169
* of animation is usually specified during creation of the marker.
170170
*/
171-
DROP: 0,
171+
DROP: 2,
172172
};
173173

174174
/**
@@ -650,113 +650,113 @@ google.maps.ControlPosition = {
650650
/**
651651
* Equivalent to BOTTOM_CENTER in both LTR and RTL.
652652
*/
653-
BLOCK_END_INLINE_CENTER: 0,
653+
BLOCK_END_INLINE_CENTER: 24,
654654
/**
655655
* Equivalent to BOTTOM_RIGHT in LTR, or BOTTOM_LEFT in RTL.
656656
*/
657-
BLOCK_END_INLINE_END: 0,
657+
BLOCK_END_INLINE_END: 25,
658658
/**
659659
* Equivalent to BOTTOM_LEFT in LTR, or BOTTOM_RIGHT in RTL.
660660
*/
661-
BLOCK_END_INLINE_START: 0,
661+
BLOCK_END_INLINE_START: 23,
662662
/**
663663
* Equivalent to TOP_CENTER in both LTR and RTL.
664664
*/
665-
BLOCK_START_INLINE_CENTER: 0,
665+
BLOCK_START_INLINE_CENTER: 15,
666666
/**
667667
* Equivalent to TOP_RIGHT in LTR, or TOP_LEFT in RTL.
668668
*/
669-
BLOCK_START_INLINE_END: 0,
669+
BLOCK_START_INLINE_END: 16,
670670
/**
671671
* Equivalent to TOP_LEFT in LTR, or TOP_RIGHT in RTL.
672672
*/
673-
BLOCK_START_INLINE_START: 0,
673+
BLOCK_START_INLINE_START: 14,
674674
/**
675675
* Elements are positioned in the center of the bottom row. Consider using
676676
* BLOCK_END_INLINE_CENTER instead.
677677
*/
678-
BOTTOM_CENTER: 0,
678+
BOTTOM_CENTER: 11,
679679
/**
680680
* Elements are positioned in the bottom left and flow towards the middle.
681681
* Elements are positioned to the right of the Google logo. Consider using
682682
* BLOCK_END_INLINE_START instead.
683683
*/
684-
BOTTOM_LEFT: 0,
684+
BOTTOM_LEFT: 10,
685685
/**
686686
* Elements are positioned in the bottom right and flow towards the middle.
687687
* Elements are positioned to the left of the copyrights. Consider using
688688
* BLOCK_END_INLINE_END instead.
689689
*/
690-
BOTTOM_RIGHT: 0,
690+
BOTTOM_RIGHT: 12,
691691
/**
692692
* Equivalent to RIGHT_CENTER in LTR, or LEFT_CENTER in RTL.
693693
*/
694-
INLINE_END_BLOCK_CENTER: 0,
694+
INLINE_END_BLOCK_CENTER: 21,
695695
/**
696696
* Equivalent to RIGHT_BOTTOM in LTR, or LEFT_BOTTOM in RTL.
697697
*/
698-
INLINE_END_BLOCK_END: 0,
698+
INLINE_END_BLOCK_END: 22,
699699
/**
700700
* Equivalent to RIGHT_TOP in LTR, or LEFT_TOP in RTL.
701701
*/
702-
INLINE_END_BLOCK_START: 0,
702+
INLINE_END_BLOCK_START: 20,
703703
/**
704704
* Equivalent to LEFT_CENTER in LTR, or RIGHT_CENTER in RTL.
705705
*/
706-
INLINE_START_BLOCK_CENTER: 0,
706+
INLINE_START_BLOCK_CENTER: 17,
707707
/**
708708
* Equivalent to LEFT_BOTTOM in LTR, or RIGHT_BOTTOM in RTL.
709709
*/
710-
INLINE_START_BLOCK_END: 0,
710+
INLINE_START_BLOCK_END: 19,
711711
/**
712712
* Equivalent to LEFT_TOP in LTR, or RIGHT_TOP in RTL.
713713
*/
714-
INLINE_START_BLOCK_START: 0,
714+
INLINE_START_BLOCK_START: 18,
715715
/**
716716
* Elements are positioned on the left, above bottom-left elements, and flow
717717
* upwards. Consider using INLINE_START_BLOCK_END instead.
718718
*/
719-
LEFT_BOTTOM: 0,
719+
LEFT_BOTTOM: 6,
720720
/**
721721
* Elements are positioned in the center of the left side. Consider using
722722
* INLINE_START_BLOCK_CENTER instead.
723723
*/
724-
LEFT_CENTER: 0,
724+
LEFT_CENTER: 4,
725725
/**
726726
* Elements are positioned on the left, below top-left elements, and flow
727727
* downwards. Consider using INLINE_START_BLOCK_START instead.
728728
*/
729-
LEFT_TOP: 0,
729+
LEFT_TOP: 5,
730730
/**
731731
* Elements are positioned on the right, above bottom-right elements, and flow
732732
* upwards. Consider using INLINE_END_BLOCK_END instead.
733733
*/
734-
RIGHT_BOTTOM: 0,
734+
RIGHT_BOTTOM: 9,
735735
/**
736736
* Elements are positioned in the center of the right side. Consider using
737737
* INLINE_END_BLOCK_CENTER instead.
738738
*/
739-
RIGHT_CENTER: 0,
739+
RIGHT_CENTER: 8,
740740
/**
741741
* Elements are positioned on the right, below top-right elements, and flow
742742
* downwards. Consider using INLINE_END_BLOCK_START instead.
743743
*/
744-
RIGHT_TOP: 0,
744+
RIGHT_TOP: 7,
745745
/**
746746
* Elements are positioned in the center of the top row. Consider using
747747
* BLOCK_START_INLINE_CENTER instead.
748748
*/
749-
TOP_CENTER: 0,
749+
TOP_CENTER: 2,
750750
/**
751751
* Elements are positioned in the top left and flow towards the middle.
752752
* Consider using BLOCK_START_INLINE_START instead.
753753
*/
754-
TOP_LEFT: 0,
754+
TOP_LEFT: 1,
755755
/**
756756
* Elements are positioned in the top right and flow towards the middle.
757757
* Consider using BLOCK_START_INLINE_END instead.
758758
*/
759-
TOP_RIGHT: 0,
759+
TOP_RIGHT: 3,
760760
};
761761

762762
/**
@@ -3398,6 +3398,7 @@ google.maps.FeatureType = {
33983398
*/
33993399
COUNTRY: 'COUNTRY',
34003400
/**
3401+
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
34013402
* Indicates a third-party dataset.
34023403
*/
34033404
DATASET: 'DATASET',
@@ -6910,6 +6911,12 @@ google.maps.Maps3DLibrary.prototype.SteadyChangeEvent;
69106911
*/
69116912
google.maps.MapsAppCheckTokenResult = function() {};
69126913

6914+
/**
6915+
* The Firebase App Check token.
6916+
* @type {string}
6917+
*/
6918+
google.maps.MapsAppCheckTokenResult.prototype.token;
6919+
69136920
/**
69146921
* An event listener, created by <code><a
69156922
* href="#event">google.maps.event.addListener</a>()</code> and friends.
@@ -10480,11 +10487,11 @@ google.maps.StrokePosition = {
1048010487
/**
1048110488
* The stroke lies inside the polygon.
1048210489
*/
10483-
INSIDE: 0,
10490+
INSIDE: 1,
1048410491
/**
1048510492
* The stroke lies outside the polygon.
1048610493
*/
10487-
OUTSIDE: 0,
10494+
OUTSIDE: 2,
1048810495
};
1048910496

1049010497
/**
@@ -10692,23 +10699,23 @@ google.maps.SymbolPath = {
1069210699
/**
1069310700
* A backward-pointing closed arrow.
1069410701
*/
10695-
BACKWARD_CLOSED_ARROW: 0,
10702+
BACKWARD_CLOSED_ARROW: 3,
1069610703
/**
1069710704
* A backward-pointing open arrow.
1069810705
*/
10699-
BACKWARD_OPEN_ARROW: 0,
10706+
BACKWARD_OPEN_ARROW: 4,
1070010707
/**
1070110708
* A circle.
1070210709
*/
1070310710
CIRCLE: 0,
1070410711
/**
1070510712
* A forward-pointing closed arrow.
1070610713
*/
10707-
FORWARD_CLOSED_ARROW: 0,
10714+
FORWARD_CLOSED_ARROW: 1,
1070810715
/**
1070910716
* A forward-pointing open arrow.
1071010717
*/
10711-
FORWARD_OPEN_ARROW: 0,
10718+
FORWARD_OPEN_ARROW: 2,
1071210719
};
1071310720

1071410721
/**
@@ -11033,6 +11040,7 @@ google.maps.TransitMode = {
1103311040
*/
1103411041
BUS: 'BUS',
1103511042
/**
11043+
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
1103611044
* Specifies light rail as a preferred mode of transit.
1103711045
*/
1103811046
LIGHT_RAIL: 'LIGHT_RAIL',
@@ -11193,6 +11201,7 @@ google.maps.TravelMode = {
1119311201
*/
1119411202
TRANSIT: 'TRANSIT',
1119511203
/**
11204+
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
1119611205
* Specifies a two-wheeler directions request.
1119711206
*/
1119811207
TWO_WHEELER: 'TWO_WHEELER',
@@ -11216,7 +11225,7 @@ google.maps.UnitSystem = {
1121611225
* Specifies that distances in the <code>DirectionsResult</code> should be
1121711226
* expressed in imperial units.
1121811227
*/
11219-
IMPERIAL: 0,
11228+
IMPERIAL: 1,
1122011229
/**
1122111230
* Specifies that distances in the <code>DirectionsResult</code> should be
1122211231
* expressed in metric units.
@@ -17274,6 +17283,7 @@ google.maps.maps3d.MapMode = {
1727417283
*/
1727517284
HYBRID: 'HYBRID',
1727617285
/**
17286+
* Available only in the v=alpha channel: https://goo.gle/js-alpha-channel.
1727717287
* This map mode displays a normal street map.
1727817288
*/
1727917289
ROADMAP: 'ROADMAP',
@@ -18539,9 +18549,12 @@ google.maps.marker.AdvancedMarkerElementOptions.prototype.title;
1853918549
* <code>AdvancedMarkerElement</code>s with lower values. By default,
1854018550
* <code>AdvancedMarkerElement</code>s are displayed according to their vertical
1854118551
* position on screen, with lower <code>AdvancedMarkerElement</code>s appearing
18542-
* in front of <code>AdvancedMarkerElement</code>s farther up the screen. Note
18543-
* that <code>zIndex</code> is also used to help determine relative priority
18544-
* between {@link
18552+
* in front of <code>AdvancedMarkerElement</code>s farther up the screen. Mixing
18553+
* markers with an explicit <code>zIndex</code> and markers without one can lead
18554+
* to unexpected visual results. To ensure predictable behavior, it is
18555+
* recommended to either set the <code>zIndex</code> for all markers or leave it
18556+
* unset. Note that <code>zIndex</code> is also used to help determine relative
18557+
* priority between {@link
1854518558
* google.maps.CollisionBehavior.OPTIONAL_AND_HIDES_LOWER_PRIORITY} Advanced
1854618559
* Markers. A higher <code>zIndex</code> value indicates higher priority.
1854718560
* @type {number|null|undefined}

0 commit comments

Comments
 (0)