locked
Bing Maps v8 API -Clustering RRS feed

  • Question

  • Do we have any replacement for 'ClusteredEntityCollection' in Bing maps V8?

    Below sample code used for Bingmap V7:

        greenLayer = new ClusteredEntityCollection(Mainmap, {
                    singlePinCallback: createPin,
                    clusteredPinCallback: createClusteredpin
                });

         greenLayer.SetData(data);

    Wednesday, April 20, 2016 10:51 AM

Answers

All replies