Skip to content

MarcAlx/Location-Sender-for-Xcode-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location Sender for Xcode Simulator

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

A note on routing mode

Playback capabilities

  • Play/Pause
  • Reset
  • Loop
  • Playback rate control (from 100ms to 5s)
  • Playback feedback on map (green part is what has been played)

GeoJSON

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!

Considered features (ETA, when it's done)

n.b this app is not compatible with App Sandbox

Changelog

v2.0.0

  • [routing] Introduce routing mode via GeoJSON file
  • [search] It's now possible to send every location
  • [general] Improved UX

v1.0.0

  • First version

Resources

cellphone-marker.svg used in AppIcon came from https://pictogrammers.com, and is relased under the following Pictogrammers Free License.

About

Simple app to ease custom location sending to Xcode Simulator.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages