Skip to content

Commit

Permalink
chore: sync changes for Maps JS API v3.58.6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678712254
  • Loading branch information
Closure Team authored and copybara-github committed Sep 25, 2024
1 parent b9eec65 commit b7e380b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/externs/maps/google_maps_api_v3_58.js
Original file line number Diff line number Diff line change
Expand Up @@ -15661,6 +15661,14 @@ google.maps.maps3d.Map3DElement.prototype.center;
*/
google.maps.maps3d.Map3DElement.prototype.defaultLabelsDisabled;

/**
* When <code>true</code>, all default UI buttons are disabled. Does not disable
* the keyboard and gesture controls.
* @default <code>false</code>
* @type {boolean|null|undefined}
*/
google.maps.maps3d.Map3DElement.prototype.defaultUIDisabled;

/**
* The compass heading of the map, in degrees, where due north is zero. When
* there is no tilt, any roll will be interpreted as heading.
Expand Down
8 changes: 8 additions & 0 deletions contrib/externs/maps/google_maps_api_v3_exp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15661,6 +15661,14 @@ google.maps.maps3d.Map3DElement.prototype.center;
*/
google.maps.maps3d.Map3DElement.prototype.defaultLabelsDisabled;

/**
* When <code>true</code>, all default UI buttons are disabled. Does not disable
* the keyboard and gesture controls.
* @default <code>false</code>
* @type {boolean|null|undefined}
*/
google.maps.maps3d.Map3DElement.prototype.defaultUIDisabled;

/**
* The compass heading of the map, in degrees, where due north is zero. When
* there is no tilt, any roll will be interpreted as heading.
Expand Down

0 comments on commit b7e380b

Please sign in to comment.