Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google maps APIs are deprecated #4296

Open
prernaadev01 opened this issue Oct 22, 2024 · 0 comments
Open

Google maps APIs are deprecated #4296

prernaadev01 opened this issue Oct 22, 2024 · 0 comments

Comments

@prernaadev01
Copy link
Collaborator

Problem description

Some of the google maps APIs, which we are currently using in Guardian are deprecated as shown below:

js?callback=ng_jsonp_callback_0:201 As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. “t this time, google.maps.Marker is not scheduled to be discontinued, but google.maps.marker.AdvancedMarkerElement is recommended over google.maps.Marker. While google.maps.Marker will continue to receive bug fixes for any major regressions, existing bugs in google.maps.Marker will not be addressed. At least 12 months notice will be given before support is discontinued. Please see https://developers.google.com/maps/deprecations for additional details and https://developers.google.com/maps/documentation/javascript/advanced-markers/migration for the migration guide.”

Requirements

Need to fix all the recommended google maps APIs fixes to make sure all the APIs in Guardian are working.

Definition of done

Make sure all the APIs using google maps are working without any errors.

Acceptance criteria

What are the criteria by which we determine if the issue has been resolved?

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

No branches or pull requests

1 participant