Siyuanw / kinesis

Location Spoofing for iOS 17
GNU General Public License v3.0
255 stars 52 forks source link

Added teleport button, location history, location info display #28

Closed shaibalmuhtadee closed 2 months ago

shaibalmuhtadee commented 12 months ago

Just quickly added a few features I thought would be useful. My code is not pretty tho lol. Tested on ios 17.0

location info display:

Shows the latitude and longitude positions followed by the street, city, and country using openstreetmap's reverse geocoding api.

image

teleport button:

Is a toggle button. When enabled, allows teleporting with every click. Can be toggled off by clicking the button again or clicking the clear button. (Note: the history dropdown menu isn't shown in the gif because it wasn't added at the time)

tpbtn

location history:

Is a dropdown menu. Saves the last 5 most recent clicks. Selecting one of the dropdown options will navigate you to that location. You can have the teleport button toggled on and it will teleport you there or you can step navigate as usual. The most recent clicked location is at the top of the list.

image