Eine tolle Nachricht für alle Entwickler die etwas mit der GPS Unterstützung, welche in jedem Windows Phone 7 Gerät integriert sein wird, spielen möchten und noch kein Testgerät haben.
So, what is it? Simple – A locally hosted server displaying Bing maps and a client (e.g. your WP7 app) consuming those coordinates. As you move your mouse along the map, the GPS coordinates are retrieved and sent to the phone. This opens up quite a few possibilities. For example, you could store the coordinates every X seconds in a list to generate a ‘path’ that simulates someone driving from one point to another. If you need to know exact coordinates for your application, you can also extend the app so that you can press a key whenever you want to store a particular coordinate.
Den Sourcecode gibt es hier.

