simulate GPS data on simulator

I've included OpenWeatherMap (OWM) data for my app, and everything works fine (retrieving the data, displaying it on the device), etc., however for rapid testing purposes I'd like to do the same on the simulator. I can't find any instructions on how to do this, but I remember being able to do so around two years back when I was using Eclipse (using VS code now, but that shouldn't make a difference). How would I go about simulating lat/long with OWM on the simulator?

  • You can set a starting position in the sim using the top menu Settings->Set Position, and then from Simulation->Activity data you can press the start triangle at the bottom left. Alternativley, if you have a fit or gpx file you want to follow, you can change the Data Source dropdown from Data Simulation to FIT/GPX Playable File and Load the data direct from a file.