I have reviewed this document: https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html.
It says:
"To perform a search, supply a properly encoded URL string as the value of the
parameter. For example:"q
http://maps.apple.com/?q=Mexican+Restaurant
However, I'm wondering if there are certain keywords that I can enter for the q parameter. What I'm trying to do is display the user's home address. I was hoping that if I ended the URL with "?q=Home" it would accomplish what I want, but it just pulls up a Home Depot from another state.
Does anyone know of a way to accomplish this? I'm working on the premise that the user has selected their contact card under "My Info" in the Contacts app, that they have programmed their home address into the contact, and that Maps is able to read that (if I manually type in "Home" into the search field in Maps, it does suggest my home address as a result).