WP7 MultiScaleImage retrieving images from isolated storage

I want to create a similar control with a Bing Maps control (from which I see that it uses MultiScaleImage), but I have all my images stored in a compressed format in local isolated storage.

I know the MultiScaleTileSource class, but from what I saw, it simply returns the URI collection to the MSI, not the images themselves ...

Is anyone lucky with this type?

+3
source share
1 answer

Take a look at SharpMap: http://sharpmap.codeplex.com/ .

It comes with source code (http://sharpmap.codeplex.com/SourceControl/list/changesets), mentions Silverlight and certainly looks like a winner!

0
source

All Articles