mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
Create README.md
This commit is contained in:
parent
a6f6135904
commit
085f767fe8
1 changed files with 19 additions and 0 deletions
19
car-location/README.md
Normal file
19
car-location/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Where did I park my car?
|
||||
|
||||
This widget allows you to save the location of your car, which will then displayed in the widget as a map. So you know exactly where you parked.
|
||||
If you don't know the way to the car anymore, you can start the navigation to the car's location with one click and let Apple Maps or Google Maps navigate you.
|
||||
|
||||
## Setup
|
||||
For this widget is a free API-Key from mapquest.com required. Sign in on https://developer.mapquest.com to get your personal API-Key.
|
||||
Add your API to your Widget parameters and that's it.
|
||||
|
||||
It is recommended to select the option "Run Script" in the widget settings under "When Interacting".
|
||||
This will display a larger map view of the small widget when you click on the widget.
|
||||
|
||||
### Use Google Maps instead of Apple Maps
|
||||
By default Apple Maps is used for navigation. If you want to use Google Maps you need to write `;google` in the widget parameter behind the API key.
|
||||
|
||||
## Notice
|
||||
Due to limitations in iOS 14, it is not possible to tap on individual elements in the small widget to perform a specific action.
|
||||
For this reason, no icons are displayed in the small widget at the top right.
|
||||
But if you have selected the option "Run Script" in the widget settings under "When Interacting", the widget opens in the scriptable app as a large widget with icons and you can tap on the desired icon to perform the desired action.
|
Loading…
Add table
Reference in a new issue