Since workers do not have access to window or DOM elements, is it possible to have multiple web workers doing stuff on the same google maps instance?
The use case: a real-time map visualisation where each worker would plot and move a marker (or set of markers).