-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide locations via android mock locations developer API #27
Comments
A lot of apps do not work properly with the mock locations, this happens whenever a location provider is selected directly instead of automatically. That's why the network location provider api was choosen to implement this. However I agree that using the mock API might become an interesting additional option. |
Yes, i mainly meant having it as another alternative for location supply :-) On 2/19/15, Marvin W notifications@github.com wrote:
|
:( |
Thanks for the onderful project! :-)
In android, there is an option in the Developer options to "enable mock locations". It would be wonderful to have this implemented, as a straightforward option for providing the Android system with location data.
(see here for example of using this API for injecting location data).
The text was updated successfully, but these errors were encountered: