Hi,
What I did is →
- I have created an Ionic App with Here Map service and drawn polyline with some co_ordinates
- Implemented watch and display user position on the map with marker
What I need is->
- If I went out with the apps I can see the location changes on the map polyline
- I need to test without manual movement, need to test with mock location service
3.my app wants to receive mocked location co_ordinates, - co_ordinates can send by following the app in play store https://play.google.com/store/apps/details?id=ru.gavrikov.mocklocations&hl=en_IN&gl=US
- else I need to test with emulator route co_ordinates
note: My app is made up of capacitor plugin, can get any ref or idea to test live location without manual movement in capacitor plugged ionic app