I found an issue with implementing google and seznam maps in xwiki - google maps works only with normal map but not with satellite maps (the map pictures are not loaded). Seznam (mapy.cz) doesn’t work at all.
I found that there is some conflict in Javascript. In browser console I see this error:
This site overrides Array.from() with an implementation that doesn’t support iterables, which could cause Google Maps JavaScript API v3 to not work correctly.
When I tried Map macro I found it has the identical issue - satellite map doesn’t load and it says same error in console. Would anyone have an idea how to solve it?