Is there a way to share an instance of google.maps.Map using web workers?

Since workers do not have access to a window or DOM elements, is it possible for multiple web workers to do things on the same instance of Google Maps?

Use case: real-time visualization, where each employee will display and move a marker (or a set of markers).

+4
source share

Source: https://habr.com/ru/post/1525980/


All Articles