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).
source
share