DEV Community

LeafChage
LeafChage

Posted on

How to get Location from Text in Apple Shortcuts

Is this possible? Yes, it is!!

I wanted to create shortcuts to notify me whether I have to take my umbrella.
And I want to share it my family as well.

That's why I want to make a list of location by Text.

This is how I solved it.

  1. Get the URL by using map shortcuts by name.
  2. Convert this URL into Location.
  3. Finally, you can get weather information.

Example of shortcuts

Top comments (1)

Collapse
 
frank_winnubst_b7fd24406c profile image
Frank Winnubst

Good solution that solves a problem I had with calculation of travel time in a shortcut. Thanks very much!