'How to simulate a car trip on real IOS devices?

I would like to simulate a car trip in my real IOS device connected on my MAC-OS computer. I tried with libimobildedevice set location that can virtualize your device GPS location as you want but it is not exactly my goal. e.g.

idevicesetlocation -- LAT LONG

I mean my attempt is not able to consider the speed/velocity of the trip and in my case is really important. It consists only in set location, set location, set location... and so on so far.

I have to reproduce the same trip that you have manually, please consider the following scenario:

MANUALLY

  • you bring you mobile phone
  • you have your gps location enabled
  • you bring your car
  • you make a trip
  • you open google maps
  • google maps show you the transition
  • google maps show you the speed/velocity of your transition between locations while travelling

AUTOMATICALLY

I can reach everything except for the last point "google maps show you the speed/velocity of your transition between locations while travelling" because google maps UI feedback does not show the speed. The UI feedback remains --/-- km/h. I would remark MANUALLY works.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source