I d like to use use maps in my application, so that there will be as less as possible traffic. Perfect solution would be caching of map slices. I know it s not possible with google maps (license). I took a look on OpenStreetMaps and it seems as good solution. The next: SDK. The only one I ve found is from CloudMade. The problem is, I found no related API methods for caching/offline calls. Are there any alternative solutions?
We ve got a smart client that talks to a SQL Server database via WCF, displaying the entities in the database, and allowing the user to edit those entities. Some of the WCF calls return a large data ...