Arief
Arief

Reputation: 6085

How to simulate location on Windows Phone 7 simulator?

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

Answers (3)

Mick N
Mick N

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

Amr H. Abd Elmajeed
Amr H. Abd Elmajeed

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

Olivier Payen
Olivier Payen

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

Related Questions