Hi,
I have observed issue with google map, its not very smooth inspite of tile caching.Plz recommend me some way to help make it fast and smooth
I am using WpfDesktopEditionEvaluation6.0.204.0DllPackage downloaded from daily build on 4 dec 2012
Hi,
I have observed issue with google map, its not very smooth inspite of tile caching.Plz recommend me some way to help make it fast and smooth
I am using WpfDesktopEditionEvaluation6.0.204.0DllPackage downloaded from daily build on 4 dec 2012
Hi,
Is there any way possible.I am using googlemapoverlay.I see tiles being formed evn for location i revisit while panning.Kindly help me resolve this issue.Its urgent …
Regards
Hi vivek,
I tested with googlemapoverlay with tile cache, it’s very fast, could you send me your sample code? Here is my code to test.
GoogleMapsOverlay google = new GoogleMapsOverlay();
google.CacheDirectory = @"d:\googoel";
Map1.Overlays.Add(google);
Map1.Refresh();
Regards,
Edgar
I am using mvvm model i,e my map control is binded to a content control.I see the tiles forming for some points even after caching
Attached is the sample I made, I think the performance is good, is it the same with yours?
Regards,
Edgar