Clustering on the client with callback

Last post 11/20/2009 2:06:10 PM by Chris Pietschmann. 2 replies. << Back to Web.Maps.VE v3.0 General
11/10/2009 5:11:25 PM
johndillon

Clustering on the client with callback

Your contact form doesnt work btw hence posting here.....

I use a custom clustering configuration with callback and I cant seem to find that in your V3 control anywhere. Am I missing something?

e.g.
shapeLayerCarehome.AddShape(shapesCarehome);
var optionsCarehome = new VEClusteringOptions();
var customIconCarehome = new VECustomIconSpecification();
customIconCarehome.Image = "/_affil/hc/images/pushpin-multi-carehome.gif";
optionsCarehome.Icon = customIconCarehome;
optionsCarehome.Callback = ClusterCarehomesCallback;s
hapeLayerCarehome.SetClusteringConfiguration(VEClusteringType.Grid, optionsCarehome);

Thanks
11/13/2009 12:40:18 PM
johndillon

Re:Clustering on the client with callback

So how come some posts here get replies and others dont? If your contact form doesnt work this is the only way users can get answers and if we cant get answers we wont be buying your product. Its a pity because there is a real market for a product like this but it needs to be complete (e.g. include all features like clustering) and have good support. I hope you can prove me wrong.
11/20/2009 2:06:10 PM
Chris Pietschmann

Re:Clustering on the client with callback

Sorry, but the latest version 3.00.00 of Web.Maps.VE does not support the client-side clustering functionality of Bing Maps directly. You can however still utilize it by using the JavaScript API exposed by the control.