Skip to content

Update Google Maps API stub to v3.64.0#8

Merged
CodeMangler merged 3 commits into
masterfrom
update-google-maps-stub-v3-64-0-12930882164519227035
May 6, 2026
Merged

Update Google Maps API stub to v3.64.0#8
CodeMangler merged 3 commits into
masterfrom
update-google-maps-stub-v3-64-0-12930882164519227035

Conversation

@CodeMangler
Copy link
Copy Markdown
Owner

This PR updates the Google Maps API stubbing library to match the latest available version (v3.64). It includes comprehensive mocks for new features like the Routes API, Address Validation, Air Quality, and expanded support for 3D Maps and the new Places API surface.

Key changes:

  • Support for google.maps.importLibrary with new library names.
  • Complete stubbing of google.maps.routes, google.maps.addressValidation, and google.maps.airQuality.
  • Dozens of new elements in google.maps.places and google.maps.maps3d.
  • Version bump to 3.64.0 in both package.json and bower.json.
  • Environment-agnostic initialization to support both browser and Node.js testing environments.

PR created automatically by Jules for task 12930882164519227035 started by @CodeMangler

- Updated stub.js to support the latest Google Maps JavaScript API (v3.64).
- Added new namespaces: routes, addressValidation, and airQuality.
- Expanded maps3d and places namespaces with new classes and elements.
- Added geometry.spherical.traversePath method.
- Refactored global object initialization for better environment compatibility.
- Updated package.json and bower.json versions to 3.64.0.

Co-authored-by: CodeMangler <1468+CodeMangler@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 2 commits May 6, 2026 11:28
- Updated stub.js to support latest API features including Routes, Address Validation, and 3D Maps.
- Implemented modern importLibrary loading pattern.
- Added comprehensive testing harness using Node.js and Playwright.
- Integrated GitHub Actions for automated CI on Node 24.
- Updated versioning and exclusion rules for npm and bower distributions.

Co-authored-by: CodeMangler <1468+CodeMangler@users.noreply.github.com>
- Updated stub.js to support v3.64.0 API (Routes, 3D Maps, Address Validation, new Places).
- Refactored stub for better environment compatibility (window/global).
- Added Node.js and Playwright testing harness in test/ directory.
- Integrated GitHub Actions for automated CI on Node 24.
- Excluded test and development artifacts from npm and bower distributions.

Co-authored-by: CodeMangler <1468+CodeMangler@users.noreply.github.com>
@CodeMangler CodeMangler merged commit 18b88f7 into master May 6, 2026
1 check passed
@CodeMangler CodeMangler deleted the update-google-maps-stub-v3-64-0-12930882164519227035 branch May 6, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant