Simple app to ease custom location sending to Xcode Simulator.
📍 Send location by searching an address or clicking on map

🏁 Automate location sending by providing a GeoJSON

- Play/Pause
- Reset
- Loop
- Playback rate control (from 100ms to 5s)
- Playback feedback on map (green part is what has been played)
Routing mode relies on GeoJSON file.
This way you can provide your own route made of WGS84 coordinates. Your GeoJSON may contain one of the following object:
| Object | Behavior |
|---|---|
| Linestring | Each point will be considered as part of the route |
| MultiPoint | Each point will be considered as part of a single line/route |
| Polygon | Each point will be considered as part of a single line/route |
| MultiLineString | Only first line will be considered as route |
| MultiPolygon | Only first polygon will be considered as route |
| Feature | Geometry will be considered if it matches one of the previous enumerated type |
| FeatureCollection | First feature with a supported geometry type will be considered |
n.b as a result, every geometry made of less than two points are incompatible.
You can find sample GeoJSON files here.
Build your own via geojson.io!
- Route playback based on speed instead of point rate
- Add support for modern app icon via ./src/LocationSenderForSimulator/Icon.icon
n.b this app is not compatible with App Sandbox
- [routing] Introduce routing mode via GeoJSON file
- [search] It's now possible to send every location
- [general] Improved UX
- First version
cellphone-marker.svg used in AppIcon came from https://pictogrammers.com, and is relased under the following Pictogrammers Free License.