Integrating Spiderfier JS into markerClusterer V3 to explode multi-markers with exact same long / lat

后端 未结 5 978
我在风中等你
我在风中等你 2020-12-23 14:27

I am using markerCLusterer V3 on a db file from Filemaker to generate a (semi-live) map of current delivery locations, based off of addresses. Grabbing the lat/long from Go

5条回答
  •  情歌与酒
    2020-12-23 15:33

     var markerClusterer = new MarkerClusterer(map, myMarkers, {
     maxZoom: 15,
     zoomOnClick: false
       });
    //zoom 0 corresponds to a map of the Earth fully zoomed out, 20 is closeup
    //markerCluster goes away after zoom 
    //turn off zoom on click or spiderfy won't work 
    

提交回复
热议问题