Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.39k stars 184 forks source link

[Feature] - Moving radius #129

Closed mattiamalonni closed 1 year ago

mattiamalonni commented 1 year ago

As the title suggests, it would be awesome to have a functionality that allow continuous random movement inside a specific radius.

Schlaubischlump commented 1 year ago

Duplicate #122

mattiamalonni commented 1 year ago

Not really.. #122 is referring of movement while standing still.. This one is about walking in a specific radius (like walking around an entire park).. Maybe can be achieved the same though..

Schlaubischlump commented 1 year ago

I don't see how this is different. Maybe you can explain it a little more.

Lets assume you have a park and want to walk around it. You can either:

  1. Create a route around the park as gpx file and use it.
  2. If #122 is implemented: Stand still in the middle of the park, adjust the radius to the size of the park and wait. Where is the difference between this option and your feature request ? To clarify, there is no difference between moving while standing still and normal moving as far as your device is concerned. Your device is seeing both instances as movement. A normal movement is a rapid change of location, a movement while standing still is a slow change of location. If you can adjust the radius and time delta as #122 proposes, then there is no difference between the two.