How to simulate location on Windows Phone 7 simulator?

528 Views Asked by At

I want to be able to test my location-based WP7 app. How to do this on the phone simulator? Do we have to create some kind of mockup location data first? or is there any framework available to do this?

thanks

3

There are 3 best solutions below

0
On BEST ANSWER

There is a library called Reactive Extensions that you can use. Here is the msdn link, which has further explanation and code samples: Reactive Extensions

0
On

You can try Kevin D. Wolf's GPS simulator for Windows Phone 7.

It will allow you to test the GPS fonctionality of your app without any GPS device.

0
On

Peter Torr also put a mock location service out a while back. Feel free to check it out.

Mock Location APIs from my Mix10 Talk - Peter Torr's Blog