Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
よくよく検証したところ、影響は、mootools.jsによるものでした。
https://developers.google.com/maps/documentation/javascript/best-practices?hl=ja
なので、既存のwidgetsを入れ替えずとも、mootools.jsの読み込みを停止すると、一応は動くようです。
廃止関数は使わない方が良いので、書き方を変えたり、関数名の重複などの影響を疑って書き換えたりしたのですが・・・。
こちらで検証した限りでは、完全に動かないAPIが v3.52からで、API v3.51を指定している分にはmootoolsを削除しなくても動くようです(3ヶ月単位でアップデートされるようなので年内には3.51も利用できなくなるような気がします)。
ということで、根本的には、mootools.jsを削除するのがよさそうなのですが、他への影響がわからないため、ご判断いただけますでしょうか?