GPS Unterstützung im WP7 Emulator simulieren

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.

1 Response

  1. Hallo Daniel,
    Deine GPS Unterstützung für den WP7 Emulator kommt ja wie gerufen. Wir sind gerade dabei unser etwas in die Jahre gekommene Webseite auf Silverlight umzustellen.
    Ein früher Prototyp ist hier zu sehen. http://www.2pl.com/wuerzburg#/Accommodation
    Aber interessanter ist sicher die Tatsache, dass ich gerade das Web-Projekt auch für WP7 umsetze. Das Ganze ist auch ein Test für eine sinnvolle Architekturauswahl. (MVVM, Dependency Injection, Unity Testing und Reactive Extensions)

    Deine Idee mit der GPS Unterstützung passt da wunderbar rein. Auch für die Präsentation vor Interessenten ist die Variante mit der Map einfach unschlagbar ;-). Danke und weiterhin solche guten Ideen!

Kommentar verfassen