How to effectively draw maps on .NET Compact framework.
- by Vimvq1987
I'm writing a navigator program for a GPS device running .NET Compact framework. This program constantly loads and draws maps (from .PNG files), based on coordinate of the GPS. I want it to do this smoothly. Is there any tips/techniques to do this?
Thanks in advance.