views:

35

answers:

3

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

+1  A: 

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.

Olivier PAYEN
thanks, will check it
Arief Iman Santoso
A: 

Hi Arief,

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

Mick N
+1  A: 

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

Amr Hesham Abdel Majeed