Update Google Maps API stub to v3.64.0#8
Conversation
- 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>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- 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>
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:
google.maps.importLibrarywith new library names.google.maps.routes,google.maps.addressValidation, andgoogle.maps.airQuality.google.maps.placesandgoogle.maps.maps3d.package.jsonandbower.json.PR created automatically by Jules for task 12930882164519227035 started by @CodeMangler