Reputation: 6085
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
Upvotes: 1
Views: 524
Reputation: 14882
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
Upvotes: 0
Reputation: 1521
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
Upvotes: 1
Reputation: 15268
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.
Upvotes: 1