dpdearing / android-gps-emulator

A Google Maps-based tool for simulating the GPS location of the Android emulator
Apache License 2.0
213 stars 51 forks source link

Constant speed along vector #4

Open dpdearing opened 10 years ago

dpdearing commented 10 years ago

From dRoidRag...@yopmail.com on October 18, 2011 19:49:20

spoofing a static location is nice but it would be much more useful to specify an origination, destination, and speed... Maybe also "sample" (gps) frequency

Original issue: http://code.google.com/p/android-gps-emulator/issues/detail?id=4

dpdearing commented 8 years ago

From #9

http://stackoverflow.com/questions/8331569/is-there-a-way-to-pass-current-speed-data-along-with-latitude-and-longitude-usin

dpdearing commented 8 years ago

From #6

This is not an issue, it's an extra.

It will be cool if it was possible do chosse 2 points anda navigate between the 2 in a given time. With this, we could simulate like we are moving by car/foot/etc.

thanks Ricardo Lopes

sytolk commented 8 years ago

I don`t thing that its harder to calculate speed from points clicked on the map. The speed will be really high but its real Emulator speed based on the moves :) If its need constant speed its not problem to set it manually with some HTML input too. If its not have value in this input (isEmpty) speed will be calculated based on the 2 last map points. If I found the way to set speed with telnet to Emulator I can make PR for this.

chriscohoat commented 7 years ago

It'd be cool to add a feature like the iOS simulator...simulated bike rides, runs, walks, etc. Wouldn't be too complicated to define some arbitrary paths (or expose a tool for custom paths) and then to go along the path while fixing new points.

dpdearing commented 7 years ago

Wouldn't be too complicated to define some arbitrary paths (or expose a tool for custom paths) and then to go along the path while fixing new points.

Happy to look at a pull request! I'm unlikely to get to anything like this on my own

chriscohoat commented 7 years ago

For sure! Right now the static locations are working perfectly (thanks by the way) but if that changes I'll submit a PR :smile: