Bing Map V8 Cluster Pass real time data
问题 I am just starting with Bing map. Gone through few examples in official documentation. Example from Bing map V8 official documentation <!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8" /> <script type='text/javascript' src='http://www.bing.com/api/maps/mapcontrol?callback=GetMap' async defer></script> <script type="text/javascript"> var map, clusterLayer; function GetMap() { map = new Microsoft.Maps.Map('#myMap',{ credentials: 'Your Bing Maps Key', zoom: 3 }); Microsoft.Maps