Reputation: 137
I am facing a problem that after loading some pushpins map works very slow and even sometimes it is not moving. And it makes very hard to use our application.
Kindly help me out or guide me what to do.
Thanks in advance!!!!
Upvotes: 0
Views: 695
Reputation: 868
The guys that developed WP7Contrib (on CodePlex) wrote a blogpost on pushpin performance with WP7.
http://awkwardcoder.blogspot.co.uk/2011/11/how-many-pins-can-bing-maps-handle-in.html
Might give you some pointers?
Upvotes: 0
Reputation: 4305
If the BitmapCache is not enough you can also implement pushpin clustering or limit the max pushpins on the screen.
Upvotes: 1
Reputation: 3294
You may want to set the CacheMode of your Map to BitmapCache, this should improve performance, as detailed in the following blog post :-
http://mindre.net/Article/windows_phone_7__cachemode_and_why_it_matters
Upvotes: 0