Location from contact?

Is there anyway to get a latitude and longitude from a contact? All I’ve been able to do is print out the address of a certain contact.

They aren’t contact properties, and there’s no inbuilt methods listed in the documentation, so I think you would have to consider leveraging a geofencing API. This is what the app would presumably have to do behind the scenes even if it was a built-in method.

This may be worth a read:

Another option might be to hand off getting this information to a Shortcuts custom shortcut, and have it passed back into Scriptable.

2 Likes