[Vuejs]-OverlappingMarkerSpiderfier is not defined (Vue.js)

0👍

try either 1 of these

  1. this.$nexttick(()=>{
    code in mounted hook….
    })
  2. check if window.google object is loaded and your map reference is available before instantiating OverlappingMarkerSpiderfier.

Leave a comment