Hi,
I am in need to get a collective extent of some queried Features from a GraphicLayer/FeatureLayer. There is an option for it in Flex using GraphicProvider. Please refer to below lines of code
var graphicProvider:ArrayCollection = myGraphicsLayer.graphicProvider as ArrayCollection;
var graphicsExtent:Extent = GraphicUtil.getGraphicsExtent(graphicProvider.toArray());
Please guide me in finding the alternative method of same in Silverlight
Thanks
Rouf